Html Css Color HEX #E157A0 Brilliant Rose

📋 copy color: '#E157A0'

red 225 ◦ green 87 ◦ blue 160

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

Shades of Brilliant Rose #E157A0

Tints of Brilliant Rose #E157A0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.43%

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

R = 47.67%
G = 18.43%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E157A0 (or 0xE157A0) is known color: Brilliant Rose. HEX triplet: E1, 57 and A0. RGB value is (225,87,160). Sum of RGB (Red+Green+Blue) = 225+87+160=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E157A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E157A0 is #1EA85F. Grayscale: #888888. Windows color (decimal): -2009184 or 10508257. OLE color: 10508257.

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

Color convert

RGB 225 87 160 -
CMYK 0 0.61 0.29 0.12
HSL 328.26º 0.7% 0.61% -
HSV(B) 328.26º 0.61% 0.88% -
XYZ 40.8 25.36 36 -
YUV 136.58 141.22 191.06 -
System Red Green Blue C M Y K H S L
Decimal 225 87 160 0 0.61 0.29 0.12 328.26 0.7 0.61
Hex E1 57 A0 0 3D 1D C 148 46 3D
Octal 341 127 240 0 75 35 14 510 106 75
Binary 11100001 1010111 10100000 0 111101 11101 1100 101001000 1000110 111101

Color Harmonies of #E157A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E157A0

Black with #E157A0

Text Example


Text Example

White with #E157A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E157A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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