Html Css Color HEX #E884CA Tea Rose

📋 copy color: '#E884CA'

red 232 ◦ green 132 ◦ blue 202

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

Shades of Tea Rose #E884CA

Tints of Tea Rose #E884CA

RGB

 RED value IS 232 (91.02% from 255) = 40.99%

 GREEN value IS 132 (51.95% from 255) = 23.32%

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

R = 40.99%
G = 23.32%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E884CA (or 0xE884CA) is known color: Tea Rose. HEX triplet: E8, 84 and CA. RGB value is (232,132,202). Sum of RGB (Red+Green+Blue) = 232+132+202=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E884CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884CA is #177B35. Grayscale: #A9A9A9. Windows color (decimal): -1538870 or 13272296. OLE color: 13272296.

HSL color Cylindrical-coordinate representation of color #E884CA: hue angle of 318º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E884CA is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 132 202 -
CMYK 0 0.43 0.13 0.09
HSL 318º 0.68% 0.71% -
HSV(B) 318º 0.43% 0.91% -
XYZ 52.19 37.92 60.45 -
YUV 169.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 232 132 202 0 0.43 0.13 0.09 318 0.68 0.71
Hex E8 84 CA 0 2B D 9 13E 44 47
Octal 350 204 312 0 53 15 11 476 104 107
Binary 11101000 10000100 11001010 0 101011 1101 1001 100111110 1000100 1000111

Color Harmonies of #E884CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E884CA

Black with #E884CA

Text Example


Text Example

White with #E884CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E884CA; }

 p { color: rgb(232,132,202); }

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

background-color css

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

 a { background-color: rgb(232,132,202); }

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

border-color css

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

 span { border-color: rgb(232,132,202); }

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