Html Css Color HEX #EE85C7 Tea Rose

📋 copy color: '#EE85C7'

red 238 ◦ green 133 ◦ blue 199

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

Shades of Tea Rose #EE85C7

Tints of Tea Rose #EE85C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.91%

R = 41.75%
G = 23.33%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE85C7 (or 0xEE85C7) is known color: Tea Rose. HEX triplet: EE, 85 and C7. RGB value is (238,133,199). Sum of RGB (Red+Green+Blue) = 238+133+199=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85C7 is #117A38. Grayscale: #ABABAB. Windows color (decimal): -1145401 or 13075950. OLE color: 13075950.

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

Color convert

RGB 238 133 199 -
CMYK 0 0.44 0.16 0.07
HSL 322.29º 0.76% 0.73% -
HSV(B) 322.29º 0.44% 0.93% -
XYZ 53.96 39.08 58.73 -
YUV 171.92 143.29 175.13 -
System Red Green Blue C M Y K H S L
Decimal 238 133 199 0 0.44 0.16 0.07 322.29 0.76 0.73
Hex EE 85 C7 0 2C 10 7 142 4C 49
Octal 356 205 307 0 54 20 7 502 114 111
Binary 11101110 10000101 11000111 0 101100 10000 111 101000010 1001100 1001001

Color Harmonies of #EE85C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85C7

Black with #EE85C7

Text Example


Text Example

White with #EE85C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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