#EF88C5

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

Shades of Tea Rose #EF88C5

Tints of Tea Rose #EF88C5

Color information

#EF88C5 (or 0xEF88C5) is unknown color: approx Tea Rose. HEX triplet: EF, 88 and C5. RGB value is (239,136,197). Sum of RGB (Red+Green+Blue) = 239+136+197=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88C5 is #10773A. Grayscale: #ADADAD. Windows color (decimal): -1079099 or 12945647. OLE color: 12945647.

HSL color Cylindrical-coordinate representation of color #EF88C5: hue angle of 324.47º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF88C5 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239136197-
CMYK00.430.180.06
HSL324.47º76.3%73.53%-
HSV(B)324.47º43.1%93.73%-
XYZ54.4839.9957.67-
YUV173.75141.12174.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 136 (53.52% from 255) = 23.78%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=41.78%
G=23.78%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913619700.430.180.06324.4776.373.53
HexEF88C502B1261444c4a
Octal357210305053226504114112
Binary11101111100010001100010101010111001011010100010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF88C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF88C5; }

 p { color: rgb(239,136,197); }

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

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

 a { background-color: rgb(239,136,197); }

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

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

 span { border-color: rgb(239,136,197); }

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