Html Css Color HEX #E053A7 Brilliant Rose

📋 copy color: '#E053A7'

red 224 ◦ green 83 ◦ blue 167

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

Shades of Brilliant Rose #E053A7

Tints of Brilliant Rose #E053A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.23%

R = 47.26%
G = 17.51%
B = 35.23%

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

#E053A7 (or 0xE053A7) is known color: Brilliant Rose. HEX triplet: E0, 53 and A7. RGB value is (224,83,167). Sum of RGB (Red+Green+Blue) = 224+83+167=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E053A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E053A7 is #1FAC58. Grayscale: #868686. Windows color (decimal): -2075737 or 10965984. OLE color: 10965984.

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

Color convert

RGB 224 83 167 -
CMYK 0 0.63 0.25 0.12
HSL 324.26º 0.69% 0.6% -
HSV(B) 324.26º 0.63% 0.88% -
XYZ 40.81 24.82 39.2 -
YUV 134.74 146.21 191.67 -
System Red Green Blue C M Y K H S L
Decimal 224 83 167 0 0.63 0.25 0.12 324.26 0.69 0.6
Hex E0 53 A7 0 3F 19 C 144 45 3C
Octal 340 123 247 0 77 31 14 504 105 74
Binary 11100000 1010011 10100111 0 111111 11001 1100 101000100 1000101 111100

Color Harmonies of #E053A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053A7

Black with #E053A7

Text Example


Text Example

White with #E053A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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