Html Css Color HEX #EE86BE Tea Rose

📋 copy color: '#EE86BE'

red 238 ◦ green 134 ◦ blue 190

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

Shades of Tea Rose #EE86BE

Tints of Tea Rose #EE86BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.81%

R = 42.35%
G = 23.84%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE86BE (or 0xEE86BE) is known color: Tea Rose. HEX triplet: EE, 86 and BE. RGB value is (238,134,190). Sum of RGB (Red+Green+Blue) = 238+134+190=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86BE is #117941. Grayscale: #ABABAB. Windows color (decimal): -1145154 or 12486382. OLE color: 12486382.

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

Color convert

RGB 238 134 190 -
CMYK 0 0.44 0.20 0.07
HSL 327.69º 0.75% 0.73% -
HSV(B) 327.69º 0.44% 0.93% -
XYZ 53.08 38.95 53.43 -
YUV 171.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 238 134 190 0 0.44 0.20 0.07 327.69 0.75 0.73
Hex EE 86 BE 0 2C 14 7 148 4B 49
Octal 356 206 276 0 54 24 7 510 113 111
Binary 11101110 10000110 10111110 0 101100 10100 111 101001000 1001011 1001001

Color Harmonies of #EE86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE86BE

Black with #EE86BE

Text Example


Text Example

White with #EE86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE86BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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