Html Css Color HEX #E053A5 Brilliant Rose

📋 copy color: '#E053A5'

red 224 ◦ green 83 ◦ blue 165

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

Shades of Brilliant Rose #E053A5

Tints of Brilliant Rose #E053A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.96%

R = 47.46%
G = 17.58%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E053A5 (or 0xE053A5) is known color: Brilliant Rose. HEX triplet: E0, 53 and A5. RGB value is (224,83,165). Sum of RGB (Red+Green+Blue) = 224+83+165=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E053A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E053A5 is #1FAC5A. Grayscale: #868686. Windows color (decimal): -2075739 or 10834912. OLE color: 10834912.

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

Color convert

RGB 224 83 165 -
CMYK 0 0.63 0.26 0.12
HSL 325.11º 0.69% 0.6% -
HSV(B) 325.11º 0.63% 0.88% -
XYZ 40.63 24.75 38.23 -
YUV 134.51 145.21 191.83 -
System Red Green Blue C M Y K H S L
Decimal 224 83 165 0 0.63 0.26 0.12 325.11 0.69 0.6
Hex E0 53 A5 0 3F 1A C 145 45 3C
Octal 340 123 245 0 77 32 14 505 105 74
Binary 11100000 1010011 10100101 0 111111 11010 1100 101000101 1000101 111100

Color Harmonies of #E053A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053A5

Black with #E053A5

Text Example


Text Example

White with #E053A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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