#EE8CBF

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

Shades of Tea Rose #EE8CBF

Tints of Tea Rose #EE8CBF

Color information

#EE8CBF (or 0xEE8CBF) is unknown color: approx Tea Rose. HEX triplet: EE, 8C and BF. RGB value is (238,140,191). Sum of RGB (Red+Green+Blue) = 238+140+191=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8CBF is #117340. Grayscale: #AFAFAF. Windows color (decimal): -1143617 or 12553454. OLE color: 12553454.

HSL color Cylindrical-coordinate representation of color #EE8CBF: hue angle of 328.78º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8CBF is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238140191-
CMYK00.410.200.07
HSL328.78º74.24%74.12%-
HSV(B)328.78º41.18%93.33%-
XYZ54.0440.6954.3-
YUV175.12136.97172.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.83%
GREEN value IS 140 (55.08% from 255) = 24.60%
BLUE value IS 191 (75% from 255) = 33.57%
R=41.83%
G=24.60%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814019100.410.200.07328.7874.2474.12
HexEE8CBF0291471494a4a
Octal356214277051247511112112
Binary11101110100011001011111101010011010011110100100110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8CBF; }

 p { color: rgb(238,140,191); }

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

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

 a { background-color: rgb(238,140,191); }

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

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

 span { border-color: rgb(238,140,191); }

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