Html Css Color HEX #E052AA Brilliant Rose

📋 copy color: '#E052AA'

red 224 ◦ green 82 ◦ blue 170

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

Shades of Brilliant Rose #E052AA

Tints of Brilliant Rose #E052AA

RGB

 RED value IS 224 (87.89% from 255) = 47.06%

 GREEN value IS 82 (32.42% from 255) = 17.23%

 BLUE value IS 170 (66.8% from 255) = 35.71%

R = 47.06%
G = 17.23%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E052AA (or 0xE052AA) is known color: Brilliant Rose. HEX triplet: E0, 52 and AA. RGB value is (224,82,170). Sum of RGB (Red+Green+Blue) = 224+82+170=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E052AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E052AA is #1FAD55. Grayscale: #868686. Windows color (decimal): -2075990 or 11162336. OLE color: 11162336.

HSL color Cylindrical-coordinate representation of color #E052AA: hue angle of 322.82º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E052AA is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 170 -
CMYK 0 0.63 0.24 0.12
HSL 322.82º 0.7% 0.6% -
HSV(B) 322.82º 0.63% 0.88% -
XYZ 41.01 24.78 40.65 -
YUV 134.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 224 82 170 0 0.63 0.24 0.12 322.82 0.7 0.6
Hex E0 52 AA 0 3F 18 C 143 46 3C
Octal 340 122 252 0 77 30 14 503 106 74
Binary 11100000 1010010 10101010 0 111111 11000 1100 101000011 1000110 111100

Color Harmonies of #E052AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E052AA

Black with #E052AA

Text Example


Text Example

White with #E052AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E052AA; }

 p { color: rgb(224,82,170); }

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

background-color css

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

 a { background-color: rgb(224,82,170); }

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

border-color css

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

 span { border-color: rgb(224,82,170); }

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