Html Css Color HEX #E054AB Brilliant Rose

📋 copy color: '#E054AB'

red 224 ◦ green 84 ◦ blue 171

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

Shades of Brilliant Rose #E054AB

Tints of Brilliant Rose #E054AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.54%

 BLUE value IS 171 (67.19% from 255) = 35.7%

R = 46.76%
G = 17.54%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E054AB (or 0xE054AB) is known color: Brilliant Rose. HEX triplet: E0, 54 and AB. RGB value is (224,84,171). Sum of RGB (Red+Green+Blue) = 224+84+171=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E054AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E054AB is #1FAB54. Grayscale: #878787. Windows color (decimal): -2075477 or 11228384. OLE color: 11228384.

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

Color convert

RGB 224 84 171 -
CMYK 0 0.62 0.24 0.12
HSL 322.71º 0.69% 0.6% -
HSV(B) 322.71º 0.63% 0.88% -
XYZ 41.26 25.13 41.2 -
YUV 135.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 224 84 171 0 0.62 0.24 0.12 322.71 0.69 0.6
Hex E0 54 AB 0 3E 18 C 143 45 3C
Octal 340 124 253 0 76 30 14 503 105 74
Binary 11100000 1010100 10101011 0 111110 11000 1100 101000011 1000101 111100

Color Harmonies of #E054AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E054AB

Black with #E054AB

Text Example


Text Example

White with #E054AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E054AB; }

 p { color: rgb(224,84,171); }

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

background-color css

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

 a { background-color: rgb(224,84,171); }

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

border-color css

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

 span { border-color: rgb(224,84,171); }

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