Html Css Color HEX #E582CC Tea Rose

📋 copy color: '#E582CC'

red 229 ◦ green 130 ◦ blue 204

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

Shades of Tea Rose #E582CC

Tints of Tea Rose #E582CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 40.67%
G = 23.09%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E582CC (or 0xE582CC) is known color: Tea Rose. HEX triplet: E5, 82 and CC. RGB value is (229,130,204). Sum of RGB (Red+Green+Blue) = 229+130+204=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E582CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582CC is #1A7D33. Grayscale: #A7A7A7. Windows color (decimal): -1735988 or 13402853. OLE color: 13402853.

HSL color Cylindrical-coordinate representation of color #E582CC: hue angle of 315.15º 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 #E582CC is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 130 204 -
CMYK 0 0.43 0.11 0.10
HSL 315.15º 0.66% 0.7% -
HSV(B) 315.15º 0.43% 0.9% -
XYZ 51.19 36.98 61.57 -
YUV 168.04 148.3 171.48 -
System Red Green Blue C M Y K H S L
Decimal 229 130 204 0 0.43 0.11 0.10 315.15 0.66 0.7
Hex E5 82 CC 0 2B B A 13B 42 46
Octal 345 202 314 0 53 13 12 473 102 106
Binary 11100101 10000010 11001100 0 101011 1011 1010 100111011 1000010 1000110

Color Harmonies of #E582CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E582CC

Black with #E582CC

Text Example


Text Example

White with #E582CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E582CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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