Html Css Color HEX #E053AA Brilliant Rose

📋 copy color: '#E053AA'

red 224 ◦ green 83 ◦ blue 170

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

Shades of Brilliant Rose #E053AA

Tints of Brilliant Rose #E053AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.4%

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

R = 46.96%
G = 17.4%
B = 35.64%

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

#E053AA (or 0xE053AA) is known color: Brilliant Rose. HEX triplet: E0, 53 and AA. RGB value is (224,83,170). Sum of RGB (Red+Green+Blue) = 224+83+170=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E053AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E053AA is #1FAC55. Grayscale: #868686. Windows color (decimal): -2075734 or 11162592. OLE color: 11162592.

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

Color convert

RGB 224 83 170 -
CMYK 0 0.63 0.24 0.12
HSL 322.98º 0.69% 0.6% -
HSV(B) 322.98º 0.63% 0.88% -
XYZ 41.09 24.94 40.68 -
YUV 135.08 147.71 191.43 -
System Red Green Blue C M Y K H S L
Decimal 224 83 170 0 0.63 0.24 0.12 322.98 0.69 0.6
Hex E0 53 AA 0 3F 18 C 143 45 3C
Octal 340 123 252 0 77 30 14 503 105 74
Binary 11100000 1010011 10101010 0 111111 11000 1100 101000011 1000101 111100

Color Harmonies of #E053AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053AA

Black with #E053AA

Text Example


Text Example

White with #E053AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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