#EF88C4

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

Shades of Tea Rose #EF88C4

Tints of Tea Rose #EF88C4

Color information

#EF88C4 (or 0xEF88C4) is unknown color: approx Tea Rose. HEX triplet: EF, 88 and C4. RGB value is (239,136,196). Sum of RGB (Red+Green+Blue) = 239+136+196=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88C4 is #10773B. Grayscale: #ADADAD. Windows color (decimal): -1079100 or 12880111. OLE color: 12880111.

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

Color convert

RGB239136196-
CMYK00.430.180.06
HSL325.05º76.3%73.53%-
HSV(B)325.05º43.1%93.73%-
XYZ54.3639.9457.07-
YUV173.64140.62174.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 136 (53.52% from 255) = 23.82%
BLUE value IS 196 (76.95% from 255) = 34.33%
R=41.86%
G=23.82%
B=34.33%

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
Decimal23913619600.430.180.06325.0576.373.53
HexEF88C402B1261454c4a
Octal357210304053226505114112
Binary11101111100010001100010001010111001011010100010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF88C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF88C4; }

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

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

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

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

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

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

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

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