Html Css Color HEX #E051A8 Brilliant Rose

📋 copy color: '#E051A8'

red 224 ◦ green 81 ◦ blue 168

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

Shades of Brilliant Rose #E051A8

Tints of Brilliant Rose #E051A8

RGB

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

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

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

R = 47.36%
G = 17.12%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E051A8 (or 0xE051A8) is known color: Brilliant Rose. HEX triplet: E0, 51 and A8. RGB value is (224,81,168). Sum of RGB (Red+Green+Blue) = 224+81+168=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E051A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E051A8 is #1FAE57. Grayscale: #858585. Windows color (decimal): -2076248 or 11031008. OLE color: 11031008.

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

Color convert

RGB 224 81 168 -
CMYK 0 0.64 0.25 0.12
HSL 323.5º 0.7% 0.6% -
HSV(B) 323.5º 0.64% 0.88% -
XYZ 40.75 24.56 39.64 -
YUV 133.68 147.38 192.43 -
System Red Green Blue C M Y K H S L
Decimal 224 81 168 0 0.64 0.25 0.12 323.5 0.7 0.6
Hex E0 51 A8 0 40 19 C 143 46 3C
Octal 340 121 250 0 100 31 14 503 106 74
Binary 11100000 1010001 10101000 0 1000000 11001 1100 101000011 1000110 111100

Color Harmonies of #E051A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E051A8

Black with #E051A8

Text Example


Text Example

White with #E051A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E051A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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