Html Css Color HEX #EE8DCC Tea Rose

📋 copy color: '#EE8DCC'

red 238 ◦ green 141 ◦ blue 204

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

Shades of Tea Rose #EE8DCC

Tints of Tea Rose #EE8DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.99%

R = 40.82%
G = 24.19%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE8DCC (or 0xEE8DCC) is known color: Tea Rose. HEX triplet: EE, 8D and CC. RGB value is (238,141,204). Sum of RGB (Red+Green+Blue) = 238+141+204=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DCC is #117233. Grayscale: #B1B1B1. Windows color (decimal): -1143348 or 13405678. OLE color: 13405678.

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

Color convert

RGB 238 141 204 -
CMYK 0 0.41 0.14 0.07
HSL 321.03º 0.74% 0.74% -
HSV(B) 321.03º 0.41% 0.93% -
XYZ 55.68 41.59 62.22 -
YUV 177.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 238 141 204 0 0.41 0.14 0.07 321.03 0.74 0.74
Hex EE 8D CC 0 29 E 7 141 4A 4A
Octal 356 215 314 0 51 16 7 501 112 112
Binary 11101110 10001101 11001100 0 101001 1110 111 101000001 1001010 1001010

Color Harmonies of #EE8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8DCC

Black with #EE8DCC

Text Example


Text Example

White with #EE8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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