Html Css Color HEX #EE86CC Tea Rose

📋 copy color: '#EE86CC'

red 238 ◦ green 134 ◦ blue 204

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

Shades of Tea Rose #EE86CC

Tints of Tea Rose #EE86CC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.26%

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

R = 41.32%
G = 23.26%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE86CC (or 0xEE86CC) is known color: Tea Rose. HEX triplet: EE, 86 and CC. RGB value is (238,134,204). Sum of RGB (Red+Green+Blue) = 238+134+204=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86CC is #117933. Grayscale: #ACACAC. Windows color (decimal): -1145140 or 13403886. OLE color: 13403886.

HSL color Cylindrical-coordinate representation of color #EE86CC: hue angle of 319.62º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE86CC is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 134 204 -
CMYK 0 0.44 0.14 0.07
HSL 319.62º 0.75% 0.73% -
HSV(B) 319.62º 0.44% 0.93% -
XYZ 54.68 39.59 61.89 -
YUV 173.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 238 134 204 0 0.44 0.14 0.07 319.62 0.75 0.73
Hex EE 86 CC 0 2C E 7 140 4B 49
Octal 356 206 314 0 54 16 7 500 113 111
Binary 11101110 10000110 11001100 0 101100 1110 111 101000000 1001011 1001001

Color Harmonies of #EE86CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE86CC

Black with #EE86CC

Text Example


Text Example

White with #EE86CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE86CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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