Html Css Color HEX #E051A5 Brilliant Rose

📋 copy color: '#E051A5'

red 224 ◦ green 81 ◦ blue 165

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

Shades of Brilliant Rose #E051A5

Tints of Brilliant Rose #E051A5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.23%

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

R = 47.66%
G = 17.23%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E051A5 (or 0xE051A5) is known color: Brilliant Rose. HEX triplet: E0, 51 and A5. RGB value is (224,81,165). Sum of RGB (Red+Green+Blue) = 224+81+165=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E051A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E051A5 is #1FAE5A. Grayscale: #858585. Windows color (decimal): -2076251 or 10834400. OLE color: 10834400.

HSL color Cylindrical-coordinate representation of color #E051A5: hue angle of 324.76º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E051A5 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 81 165 -
CMYK 0 0.64 0.26 0.12
HSL 324.76º 0.7% 0.6% -
HSV(B) 324.76º 0.64% 0.88% -
XYZ 40.47 24.45 38.18 -
YUV 133.33 145.88 192.67 -
System Red Green Blue C M Y K H S L
Decimal 224 81 165 0 0.64 0.26 0.12 324.76 0.7 0.6
Hex E0 51 A5 0 40 1A C 145 46 3C
Octal 340 121 245 0 100 32 14 505 106 74
Binary 11100000 1010001 10100101 0 1000000 11010 1100 101000101 1000110 111100

Color Harmonies of #E051A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E051A5

Black with #E051A5

Text Example


Text Example

White with #E051A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E051A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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