Html Css Color HEX #EE8CCA Tea Rose

📋 copy color: '#EE8CCA'

red 238 ◦ green 140 ◦ blue 202

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

Shades of Tea Rose #EE8CCA

Tints of Tea Rose #EE8CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.14%

 BLUE value IS 202 (79.3% from 255) = 34.83%

R = 41.03%
G = 24.14%
B = 34.83%

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

#EE8CCA (or 0xEE8CCA) is known color: Tea Rose. HEX triplet: EE, 8C and CA. RGB value is (238,140,202). Sum of RGB (Red+Green+Blue) = 238+140+202=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8CCA is #117335. Grayscale: #B0B0B0. Windows color (decimal): -1143606 or 13274350. OLE color: 13274350.

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

Color convert

RGB 238 140 202 -
CMYK 0 0.41 0.15 0.07
HSL 322.04º 0.74% 0.74% -
HSV(B) 322.04º 0.41% 0.93% -
XYZ 55.3 41.2 60.91 -
YUV 176.37 142.47 171.96 -
System Red Green Blue C M Y K H S L
Decimal 238 140 202 0 0.41 0.15 0.07 322.04 0.74 0.74
Hex EE 8C CA 0 29 F 7 142 4A 4A
Octal 356 214 312 0 51 17 7 502 112 112
Binary 11101110 10001100 11001010 0 101001 1111 111 101000010 1001010 1001010

Color Harmonies of #EE8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8CCA

Black with #EE8CCA

Text Example


Text Example

White with #EE8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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