Html Css Color HEX #EE85C0 Tea Rose

📋 copy color: '#EE85C0'

red 238 ◦ green 133 ◦ blue 192

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

Shades of Tea Rose #EE85C0

Tints of Tea Rose #EE85C0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.62%

 BLUE value IS 192 (75.39% from 255) = 34.1%

R = 42.27%
G = 23.62%
B = 34.1%

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

#EE85C0 (or 0xEE85C0) is known color: Tea Rose. HEX triplet: EE, 85 and C0. RGB value is (238,133,192). Sum of RGB (Red+Green+Blue) = 238+133+192=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85C0 is #117A3F. Grayscale: #AAAAAA. Windows color (decimal): -1145408 or 12617198. OLE color: 12617198.

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

Color convert

RGB 238 133 192 -
CMYK 0 0.44 0.19 0.07
HSL 326.29º 0.76% 0.73% -
HSV(B) 326.29º 0.44% 0.93% -
XYZ 53.16 38.76 54.55 -
YUV 171.12 139.79 175.7 -
System Red Green Blue C M Y K H S L
Decimal 238 133 192 0 0.44 0.19 0.07 326.29 0.76 0.73
Hex EE 85 C0 0 2C 13 7 146 4C 49
Octal 356 205 300 0 54 23 7 506 114 111
Binary 11101110 10000101 11000000 0 101100 10011 111 101000110 1001100 1001001

Color Harmonies of #EE85C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85C0

Black with #EE85C0

Text Example


Text Example

White with #EE85C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85C0; }

 p { color: rgb(238,133,192); }

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

background-color css

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

 a { background-color: rgb(238,133,192); }

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

border-color css

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

 span { border-color: rgb(238,133,192); }

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