Html Css Color HEX #E582CA Tea Rose

📋 copy color: '#E582CA'

red 229 ◦ green 130 ◦ blue 202

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

Shades of Tea Rose #E582CA

Tints of Tea Rose #E582CA

RGB

 RED value IS 229 (89.84% from 255) = 40.82%

 GREEN value IS 130 (51.17% from 255) = 23.17%

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

R = 40.82%
G = 23.17%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E582CA (or 0xE582CA) is known color: Tea Rose. HEX triplet: E5, 82 and CA. RGB value is (229,130,202). Sum of RGB (Red+Green+Blue) = 229+130+202=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E582CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582CA is #1A7D35. Grayscale: #A7A7A7. Windows color (decimal): -1735990 or 13271781. OLE color: 13271781.

HSL color Cylindrical-coordinate representation of color #E582CA: hue angle of 316.36º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E582CA is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 130 202 -
CMYK 0 0.43 0.12 0.10
HSL 316.36º 0.66% 0.7% -
HSV(B) 316.36º 0.43% 0.9% -
XYZ 50.96 36.89 60.31 -
YUV 167.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 229 130 202 0 0.43 0.12 0.10 316.36 0.66 0.7
Hex E5 82 CA 0 2B C A 13C 42 46
Octal 345 202 312 0 53 14 12 474 102 106
Binary 11100101 10000010 11001010 0 101011 1100 1010 100111100 1000010 1000110

Color Harmonies of #E582CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E582CA

Black with #E582CA

Text Example


Text Example

White with #E582CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E582CA; }

 p { color: rgb(229,130,202); }

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

background-color css

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

 a { background-color: rgb(229,130,202); }

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

border-color css

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

 span { border-color: rgb(229,130,202); }

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