Html Css Color HEX #E154A0 Brilliant Rose

📋 copy color: '#E154A0'

red 225 ◦ green 84 ◦ blue 160

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

Shades of Brilliant Rose #E154A0

Tints of Brilliant Rose #E154A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.12%

R = 47.97%
G = 17.91%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E154A0 (or 0xE154A0) is known color: Brilliant Rose. HEX triplet: E1, 54 and A0. RGB value is (225,84,160). Sum of RGB (Red+Green+Blue) = 225+84+160=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E154A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E154A0 is #1EAB5F. Grayscale: #868686. Windows color (decimal): -2009952 or 10507489. OLE color: 10507489.

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

Color convert

RGB 225 84 160 -
CMYK 0 0.63 0.29 0.12
HSL 327.66º 0.7% 0.61% -
HSV(B) 327.66º 0.63% 0.88% -
XYZ 40.57 24.89 35.92 -
YUV 134.82 142.21 192.32 -
System Red Green Blue C M Y K H S L
Decimal 225 84 160 0 0.63 0.29 0.12 327.66 0.7 0.61
Hex E1 54 A0 0 3F 1D C 148 46 3D
Octal 341 124 240 0 77 35 14 510 106 75
Binary 11100001 1010100 10100000 0 111111 11101 1100 101001000 1000110 111101

Color Harmonies of #E154A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E154A0

Black with #E154A0

Text Example


Text Example

White with #E154A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E154A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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