Html Css Color HEX #EE88CA Tea Rose

📋 copy color: '#EE88CA'

red 238 ◦ green 136 ◦ blue 202

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

Shades of Tea Rose #EE88CA

Tints of Tea Rose #EE88CA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.61%

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

R = 41.32%
G = 23.61%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE88CA (or 0xEE88CA) is known color: Tea Rose. HEX triplet: EE, 88 and CA. RGB value is (238,136,202). Sum of RGB (Red+Green+Blue) = 238+136+202=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EE88CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE88CA is #117735. Grayscale: #ADADAD. Windows color (decimal): -1144630 or 13273326. OLE color: 13273326.

HSL color Cylindrical-coordinate representation of color #EE88CA: hue angle of 321.18º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EE88CA is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 136 202 -
CMYK 0 0.43 0.15 0.07
HSL 321.18º 0.75% 0.73% -
HSV(B) 321.18º 0.43% 0.93% -
XYZ 54.72 40.05 60.72 -
YUV 174.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 238 136 202 0 0.43 0.15 0.07 321.18 0.75 0.73
Hex EE 88 CA 0 2B F 7 141 4B 49
Octal 356 210 312 0 53 17 7 501 113 111
Binary 11101110 10001000 11001010 0 101011 1111 111 101000001 1001011 1001001

Color Harmonies of #EE88CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE88CA

Black with #EE88CA

Text Example


Text Example

White with #EE88CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE88CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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