Html Css Color HEX #EE8DCB Tea Rose

📋 copy color: '#EE8DCB'

red 238 ◦ green 141 ◦ blue 203

#EE8DCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #EE8DCB

Tints of Tea Rose #EE8DCB

RGB

 RED value IS 238 (93.36% from 255) = 40.89%

 GREEN value IS 141 (55.47% from 255) = 24.23%

 BLUE value IS 203 (79.69% from 255) = 34.88%

R = 40.89%
G = 24.23%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE8DCB (or 0xEE8DCB) is known color: Tea Rose. HEX triplet: EE, 8D and CB. RGB value is (238,141,203). Sum of RGB (Red+Green+Blue) = 238+141+203=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DCB is #117234. Grayscale: #B0B0B0. Windows color (decimal): -1143349 or 13340142. OLE color: 13340142.

HSL color Cylindrical-coordinate representation of color #EE8DCB: hue angle of 321.65º 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 #EE8DCB is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 141 203 -
CMYK 0 0.41 0.15 0.07
HSL 321.65º 0.74% 0.74% -
HSV(B) 321.65º 0.41% 0.93% -
XYZ 55.56 41.54 61.59 -
YUV 177.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 238 141 203 0 0.41 0.15 0.07 321.65 0.74 0.74
Hex EE 8D CB 0 29 F 7 142 4A 4A
Octal 356 215 313 0 51 17 7 502 112 112
Binary 11101110 10001101 11001011 0 101001 1111 111 101000010 1001010 1001010

Color Harmonies of #EE8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8DCB

Black with #EE8DCB

Text Example


Text Example

White with #EE8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8DCB; }

 p { color: rgb(238,141,203); }

 H1.HeaderClassName
 {
   color: #EE8DCB;
 }
 .AnyTagClassName
 {
   color: #EE8DCB;
 }
</style>

background-color css

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

 a { background-color: rgb(238,141,203); }

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

border-color css

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

 span { border-color: rgb(238,141,203); }

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