Html Css Color HEX #EE86C1 Tea Rose

📋 copy color: '#EE86C1'

red 238 ◦ green 134 ◦ blue 193

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

Shades of Tea Rose #EE86C1

Tints of Tea Rose #EE86C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.16%

R = 42.12%
G = 23.72%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EE86C1 (or 0xEE86C1) is known color: Tea Rose. HEX triplet: EE, 86 and C1. RGB value is (238,134,193). Sum of RGB (Red+Green+Blue) = 238+134+193=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86C1 is #11793E. Grayscale: #ABABAB. Windows color (decimal): -1145151 or 12682990. OLE color: 12682990.

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

Color convert

RGB 238 134 193 -
CMYK 0 0.44 0.19 0.07
HSL 325.96º 0.75% 0.73% -
HSV(B) 325.96º 0.44% 0.93% -
XYZ 53.41 39.08 55.18 -
YUV 171.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 238 134 193 0 0.44 0.19 0.07 325.96 0.75 0.73
Hex EE 86 C1 0 2C 13 7 146 4B 49
Octal 356 206 301 0 54 23 7 506 113 111
Binary 11101110 10000110 11000001 0 101100 10011 111 101000110 1001011 1001001

Color Harmonies of #EE86C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE86C1

Black with #EE86C1

Text Example


Text Example

White with #EE86C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE86C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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