Html Css Color HEX #EE86CA Tea Rose

📋 copy color: '#EE86CA'

red 238 ◦ green 134 ◦ blue 202

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

Shades of Tea Rose #EE86CA

Tints of Tea Rose #EE86CA

RGB

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

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

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

R = 41.46%
G = 23.34%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE86CA (or 0xEE86CA) is known color: Tea Rose. HEX triplet: EE, 86 and CA. RGB value is (238,134,202). Sum of RGB (Red+Green+Blue) = 238+134+202=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86CA is #117935. Grayscale: #ACACAC. Windows color (decimal): -1145142 or 13272814. OLE color: 13272814.

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

Color convert

RGB 238 134 202 -
CMYK 0 0.44 0.15 0.07
HSL 320.77º 0.75% 0.73% -
HSV(B) 320.77º 0.44% 0.93% -
XYZ 54.45 39.49 60.63 -
YUV 172.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 238 134 202 0 0.44 0.15 0.07 320.77 0.75 0.73
Hex EE 86 CA 0 2C F 7 141 4B 49
Octal 356 206 312 0 54 17 7 501 113 111
Binary 11101110 10000110 11001010 0 101100 1111 111 101000001 1001011 1001001

Color Harmonies of #EE86CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE86CA

Black with #EE86CA

Text Example


Text Example

White with #EE86CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE86CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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