#EB88CF

Color #EB88CF Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EB88CF

Tints of Tea Rose #EB88CF

Color information

#EB88CF (or 0xEB88CF) is unknown color: approx Tea Rose. HEX triplet: EB, 88 and CF. RGB value is (235,136,207). Sum of RGB (Red+Green+Blue) = 235+136+207=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EB88CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB88CF is #147730. Grayscale: #ADADAD. Windows color (decimal): -1341233 or 13601003. OLE color: 13601003.

HSL color Cylindrical-coordinate representation of color #EB88CF: hue angle of 316.97º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB88CF is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235136207-
CMYK00.420.120.08
HSL316.97º71.22%72.75%-
HSV(B)316.97º42.13%92.16%-
XYZ54.3339.7863.85-
YUV173.7146.8171.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 136 (53.52% from 255) = 23.53%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=40.66%
G=23.53%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513620700.420.120.08316.9771.2272.75
HexEB88CF02AC813d4749
Octal3532103170521410475107111
Binary11101011100010001100111101010101100100010011110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB88CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB88CF; }

 p { color: rgb(235,136,207); }

 H1.HeaderClassName
 {
   color: #EB88CF;
 }
 .AnyTagClassName
 {
   color: #EB88CF;
 }
</style>
background-color css

<style>
 a { background-color: #EB88CF; }

 a { background-color: rgb(235,136,207); }

 div.DivClassName
 {
   background-color: #EB88CF;
 }
 .BgClassName
 {
   background-color: #EB88CF;
 }
</style>
border-color css

<style>
 span { border-color: #EB88CF; }

 span { border-color: rgb(235,136,207); }

 td.TdClassName
 {
   border-color: #EB88CF;
 }
 .TagClassName
 {
   border-color: #EB88CF;
 }
</style>