Html Css Color HEX #E052A0 Brilliant Rose

📋 copy color: '#E052A0'

red 224 ◦ green 82 ◦ blue 160

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

Shades of Brilliant Rose #E052A0

Tints of Brilliant Rose #E052A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 48.07%
G = 17.6%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E052A0 (or 0xE052A0) is known color: Brilliant Rose. HEX triplet: E0, 52 and A0. RGB value is (224,82,160). Sum of RGB (Red+Green+Blue) = 224+82+160=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E052A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E052A0 is #1FAD5F. Grayscale: #858585. Windows color (decimal): -2076000 or 10506976. OLE color: 10506976.

HSL color Cylindrical-coordinate representation of color #E052A0: hue angle of 327.04º 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 #E052A0 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 160 -
CMYK 0 0.63 0.29 0.12
HSL 327.04º 0.7% 0.6% -
HSV(B) 327.04º 0.63% 0.88% -
XYZ 40.1 24.42 35.86 -
YUV 133.35 143.04 192.66 -
System Red Green Blue C M Y K H S L
Decimal 224 82 160 0 0.63 0.29 0.12 327.04 0.7 0.6
Hex E0 52 A0 0 3F 1D C 147 46 3C
Octal 340 122 240 0 77 35 14 507 106 74
Binary 11100000 1010010 10100000 0 111111 11101 1100 101000111 1000110 111100

Color Harmonies of #E052A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E052A0

Black with #E052A0

Text Example


Text Example

White with #E052A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E052A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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