Html Css Color HEX #E156AA Brilliant Rose

📋 copy color: '#E156AA'

red 225 ◦ green 86 ◦ blue 170

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

Shades of Brilliant Rose #E156AA

Tints of Brilliant Rose #E156AA

RGB

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

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

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

R = 46.78%
G = 17.88%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E156AA (or 0xE156AA) is known color: Brilliant Rose. HEX triplet: E1, 56 and AA. RGB value is (225,86,170). Sum of RGB (Red+Green+Blue) = 225+86+170=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E156AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E156AA is #1EA955. Grayscale: #888888. Windows color (decimal): -2009430 or 11163361. OLE color: 11163361.

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

Color convert

RGB 225 86 170 -
CMYK 0 0.62 0.24 0.12
HSL 323.74º 0.7% 0.61% -
HSV(B) 323.74º 0.62% 0.88% -
XYZ 41.63 25.57 40.77 -
YUV 137.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 225 86 170 0 0.62 0.24 0.12 323.74 0.7 0.61
Hex E1 56 AA 0 3E 18 C 144 46 3D
Octal 341 126 252 0 76 30 14 504 106 75
Binary 11100001 1010110 10101010 0 111110 11000 1100 101000100 1000110 111101

Color Harmonies of #E156AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E156AA

Black with #E156AA

Text Example


Text Example

White with #E156AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E156AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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