#EF88C9

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

Shades of Tea Rose #EF88C9

Tints of Tea Rose #EF88C9

Color information

#EF88C9 (or 0xEF88C9) is unknown color: approx Tea Rose. HEX triplet: EF, 88 and C9. RGB value is (239,136,201). Sum of RGB (Red+Green+Blue) = 239+136+201=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88C9 is #107736. Grayscale: #AEAEAE. Windows color (decimal): -1079095 or 13207791. OLE color: 13207791.

HSL color Cylindrical-coordinate representation of color #EF88C9: hue angle of 322.14º 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 #EF88C9 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB239136201-
CMYK00.430.160.06
HSL322.14º76.3%73.53%-
HSV(B)322.14º43.1%93.73%-
XYZ54.9440.1860.12-
YUV174.21143.12174.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.49%
GREEN value IS 136 (53.52% from 255) = 23.61%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=41.49%
G=23.61%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913620100.430.160.06322.1476.373.53
HexEF88C902B1061424c4a
Octal357210311053206502114112
Binary11101111100010001100100101010111000011010100001010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF88C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF88C9; }

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

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

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

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

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

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

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

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