Html Css Color HEX #EE85CC Tea Rose

📋 copy color: '#EE85CC'

red 238 ◦ green 133 ◦ blue 204

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

Shades of Tea Rose #EE85CC

Tints of Tea Rose #EE85CC

RGB

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

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

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

R = 41.39%
G = 23.13%
B = 35.48%

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

#EE85CC (or 0xEE85CC) is known color: Tea Rose. HEX triplet: EE, 85 and CC. RGB value is (238,133,204). Sum of RGB (Red+Green+Blue) = 238+133+204=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85CC is #117A33. Grayscale: #ACACAC. Windows color (decimal): -1145396 or 13403630. OLE color: 13403630.

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

Color convert

RGB 238 133 204 -
CMYK 0 0.44 0.14 0.07
HSL 319.43º 0.76% 0.73% -
HSV(B) 319.43º 0.44% 0.93% -
XYZ 54.55 39.31 61.84 -
YUV 172.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 238 133 204 0 0.44 0.14 0.07 319.43 0.76 0.73
Hex EE 85 CC 0 2C E 7 13F 4C 49
Octal 356 205 314 0 54 16 7 477 114 111
Binary 11101110 10000101 11001100 0 101100 1110 111 100111111 1001100 1001001

Color Harmonies of #EE85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85CC

Black with #EE85CC

Text Example


Text Example

White with #EE85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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