Html Css Color HEX #E15AA9 Brilliant Rose

📋 copy color: '#E15AA9'

red 225 ◦ green 90 ◦ blue 169

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

Shades of Brilliant Rose #E15AA9

Tints of Brilliant Rose #E15AA9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.6%

 BLUE value IS 169 (66.41% from 255) = 34.92%

R = 46.49%
G = 18.6%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E15AA9 (or 0xE15AA9) is known color: Brilliant Rose. HEX triplet: E1, 5A and A9. RGB value is (225,90,169). Sum of RGB (Red+Green+Blue) = 225+90+169=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E15AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15AA9 is #1EA556. Grayscale: #8B8B8B. Windows color (decimal): -2008407 or 11098849. OLE color: 11098849.

HSL color Cylindrical-coordinate representation of color #E15AA9: hue angle of 324.89º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15AA9 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 90 169 -
CMYK 0 0.60 0.25 0.12
HSL 324.89º 0.69% 0.62% -
HSV(B) 324.89º 0.6% 0.88% -
XYZ 41.87 26.18 40.38 -
YUV 139.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 225 90 169 0 0.60 0.25 0.12 324.89 0.69 0.62
Hex E1 5A A9 0 3C 19 C 145 45 3E
Octal 341 132 251 0 74 31 14 505 105 76
Binary 11100001 1011010 10101001 0 111100 11001 1100 101000101 1000101 111110

Color Harmonies of #E15AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15AA9

Black with #E15AA9

Text Example


Text Example

White with #E15AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15AA9; }

 p { color: rgb(225,90,169); }

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

background-color css

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

 a { background-color: rgb(225,90,169); }

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

border-color css

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

 span { border-color: rgb(225,90,169); }

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