Html Css Color HEX #E156A0 Brilliant Rose

📋 copy color: '#E156A0'

red 225 ◦ green 86 ◦ blue 160

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

Shades of Brilliant Rose #E156A0

Tints of Brilliant Rose #E156A0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.26%

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

R = 47.77%
G = 18.26%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E156A0 (or 0xE156A0) is known color: Brilliant Rose. HEX triplet: E1, 56 and A0. RGB value is (225,86,160). Sum of RGB (Red+Green+Blue) = 225+86+160=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E156A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E156A0 is #1EA95F. Grayscale: #878787. Windows color (decimal): -2009440 or 10508001. OLE color: 10508001.

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

Color convert

RGB 225 86 160 -
CMYK 0 0.62 0.29 0.12
HSL 328.06º 0.7% 0.61% -
HSV(B) 328.06º 0.62% 0.88% -
XYZ 40.72 25.2 35.98 -
YUV 136 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 225 86 160 0 0.62 0.29 0.12 328.06 0.7 0.61
Hex E1 56 A0 0 3E 1D C 148 46 3D
Octal 341 126 240 0 76 35 14 510 106 75
Binary 11100001 1010110 10100000 0 111110 11101 1100 101001000 1000110 111101

Color Harmonies of #E156A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E156A0

Black with #E156A0

Text Example


Text Example

White with #E156A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E156A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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