Html Css Color HEX #E288CA Tea Rose

📋 copy color: '#E288CA'

red 226 ◦ green 136 ◦ blue 202

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

Shades of Tea Rose #E288CA

Tints of Tea Rose #E288CA

RGB

 RED value IS 226 (88.67% from 255) = 40.07%

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

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

R = 40.07%
G = 24.11%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E288CA (or 0xE288CA) is known color: Tea Rose. HEX triplet: E2, 88 and CA. RGB value is (226,136,202). Sum of RGB (Red+Green+Blue) = 226+136+202=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E288CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E288CA is #1D7735. Grayscale: #AAAAAA. Windows color (decimal): -1931062 or 13273314. OLE color: 13273314.

HSL color Cylindrical-coordinate representation of color #E288CA: hue angle of 316º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E288CA is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 136 202 -
CMYK 0 0.40 0.11 0.11
HSL 316º 0.61% 0.71% -
HSV(B) 316º 0.4% 0.89% -
XYZ 50.83 38.04 60.54 -
YUV 170.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 226 136 202 0 0.40 0.11 0.11 316 0.61 0.71
Hex E2 88 CA 0 28 B B 13C 3D 47
Octal 342 210 312 0 50 13 13 474 75 107
Binary 11100010 10001000 11001010 0 101000 1011 1011 100111100 111101 1000111

Color Harmonies of #E288CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E288CA

Black with #E288CA

Text Example


Text Example

White with #E288CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E288CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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