Html Css Color HEX #EE85CB Tea Rose

📋 copy color: '#EE85CB'

red 238 ◦ green 133 ◦ blue 203

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

Shades of Tea Rose #EE85CB

Tints of Tea Rose #EE85CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.37%

R = 41.46%
G = 23.17%
B = 35.37%

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

#EE85CB (or 0xEE85CB) is known color: Tea Rose. HEX triplet: EE, 85 and CB. RGB value is (238,133,203). Sum of RGB (Red+Green+Blue) = 238+133+203=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85CB is #117A34. Grayscale: #ACACAC. Windows color (decimal): -1145397 or 13338094. OLE color: 13338094.

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

Color convert

RGB 238 133 203 -
CMYK 0 0.44 0.15 0.07
HSL 320º 0.76% 0.73% -
HSV(B) 320º 0.44% 0.93% -
XYZ 54.43 39.26 61.21 -
YUV 172.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 238 133 203 0 0.44 0.15 0.07 320 0.76 0.73
Hex EE 85 CB 0 2C F 7 140 4C 49
Octal 356 205 313 0 54 17 7 500 114 111
Binary 11101110 10000101 11001011 0 101100 1111 111 101000000 1001100 1001001

Color Harmonies of #EE85CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85CB

Black with #EE85CB

Text Example


Text Example

White with #EE85CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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