Html Css Color HEX #E053A8 Brilliant Rose

📋 copy color: '#E053A8'

red 224 ◦ green 83 ◦ blue 168

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

Shades of Brilliant Rose #E053A8

Tints of Brilliant Rose #E053A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.37%

R = 47.16%
G = 17.47%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E053A8 (or 0xE053A8) is known color: Brilliant Rose. HEX triplet: E0, 53 and A8. RGB value is (224,83,168). Sum of RGB (Red+Green+Blue) = 224+83+168=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E053A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E053A8 is #1FAC57. Grayscale: #868686. Windows color (decimal): -2075736 or 11031520. OLE color: 11031520.

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

Color convert

RGB 224 83 168 -
CMYK 0 0.63 0.25 0.12
HSL 323.83º 0.69% 0.6% -
HSV(B) 323.83º 0.63% 0.88% -
XYZ 40.9 24.86 39.69 -
YUV 134.85 146.71 191.59 -
System Red Green Blue C M Y K H S L
Decimal 224 83 168 0 0.63 0.25 0.12 323.83 0.69 0.6
Hex E0 53 A8 0 3F 19 C 144 45 3C
Octal 340 123 250 0 77 31 14 504 105 74
Binary 11100000 1010011 10101000 0 111111 11001 1100 101000100 1000101 111100

Color Harmonies of #E053A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053A8

Black with #E053A8

Text Example


Text Example

White with #E053A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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