Html Css Color HEX #E158AA Brilliant Rose

📋 copy color: '#E158AA'

red 225 ◦ green 88 ◦ blue 170

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

Shades of Brilliant Rose #E158AA

Tints of Brilliant Rose #E158AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.22%

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

R = 46.58%
G = 18.22%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E158AA (or 0xE158AA) is known color: Brilliant Rose. HEX triplet: E1, 58 and AA. RGB value is (225,88,170). Sum of RGB (Red+Green+Blue) = 225+88+170=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E158AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E158AA is #1EA755. Grayscale: #8A8A8A. Windows color (decimal): -2008918 or 11163873. OLE color: 11163873.

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

Color convert

RGB 225 88 170 -
CMYK 0 0.61 0.24 0.12
HSL 324.09º 0.7% 0.61% -
HSV(B) 324.09º 0.61% 0.88% -
XYZ 41.8 25.89 40.82 -
YUV 138.31 145.89 189.83 -
System Red Green Blue C M Y K H S L
Decimal 225 88 170 0 0.61 0.24 0.12 324.09 0.7 0.61
Hex E1 58 AA 0 3D 18 C 144 46 3D
Octal 341 130 252 0 75 30 14 504 106 75
Binary 11100001 1011000 10101010 0 111101 11000 1100 101000100 1000110 111101

Color Harmonies of #E158AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E158AA

Black with #E158AA

Text Example


Text Example

White with #E158AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E158AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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