Html Css Color HEX #E154A8 Brilliant Rose

📋 copy color: '#E154A8'

red 225 ◦ green 84 ◦ blue 168

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

Shades of Brilliant Rose #E154A8

Tints of Brilliant Rose #E154A8

RGB

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

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

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

R = 47.17%
G = 17.61%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E154A8 (or 0xE154A8) is known color: Brilliant Rose. HEX triplet: E1, 54 and A8. RGB value is (225,84,168). Sum of RGB (Red+Green+Blue) = 225+84+168=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E154A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E154A8 is #1EAB57. Grayscale: #878787. Windows color (decimal): -2009944 or 11031777. OLE color: 11031777.

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

Color convert

RGB 225 84 168 -
CMYK 0 0.63 0.25 0.12
HSL 324.26º 0.7% 0.61% -
HSV(B) 324.26º 0.63% 0.88% -
XYZ 41.29 25.18 39.73 -
YUV 135.74 146.21 191.67 -
System Red Green Blue C M Y K H S L
Decimal 225 84 168 0 0.63 0.25 0.12 324.26 0.7 0.61
Hex E1 54 A8 0 3F 19 C 144 46 3D
Octal 341 124 250 0 77 31 14 504 106 75
Binary 11100001 1010100 10101000 0 111111 11001 1100 101000100 1000110 111101

Color Harmonies of #E154A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E154A8

Black with #E154A8

Text Example


Text Example

White with #E154A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E154A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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