Html Css Color HEX #E154AA Brilliant Rose

📋 copy color: '#E154AA'

red 225 ◦ green 84 ◦ blue 170

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

Shades of Brilliant Rose #E154AA

Tints of Brilliant Rose #E154AA

RGB

 RED value IS 225 (88.28% from 255) = 46.97%

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

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 46.97%
G = 17.54%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E154AA (or 0xE154AA) is known color: Brilliant Rose. HEX triplet: E1, 54 and AA. RGB value is (225,84,170). Sum of RGB (Red+Green+Blue) = 225+84+170=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E154AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E154AA is #1EAB55. Grayscale: #878787. Windows color (decimal): -2009942 or 11162849. OLE color: 11162849.

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

Color convert

RGB 225 84 170 -
CMYK 0 0.63 0.24 0.12
HSL 323.4º 0.7% 0.61% -
HSV(B) 323.4º 0.63% 0.88% -
XYZ 41.48 25.25 40.72 -
YUV 135.96 147.21 191.51 -
System Red Green Blue C M Y K H S L
Decimal 225 84 170 0 0.63 0.24 0.12 323.4 0.7 0.61
Hex E1 54 AA 0 3F 18 C 143 46 3D
Octal 341 124 252 0 77 30 14 503 106 75
Binary 11100001 1010100 10101010 0 111111 11000 1100 101000011 1000110 111101

Color Harmonies of #E154AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E154AA

Black with #E154AA

Text Example


Text Example

White with #E154AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E154AA; }

 p { color: rgb(225,84,170); }

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

background-color css

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

 a { background-color: rgb(225,84,170); }

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

border-color css

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

 span { border-color: rgb(225,84,170); }

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