Html Css Color HEX #E15AA1 Brilliant Rose

📋 copy color: '#E15AA1'

red 225 ◦ green 90 ◦ blue 161

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

Shades of Brilliant Rose #E15AA1

Tints of Brilliant Rose #E15AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.82%

R = 47.27%
G = 18.91%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E15AA1 (or 0xE15AA1) is known color: Brilliant Rose. HEX triplet: E1, 5A and A1. RGB value is (225,90,161). Sum of RGB (Red+Green+Blue) = 225+90+161=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E15AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15AA1 is #1EA55E. Grayscale: #8A8A8A. Windows color (decimal): -2008415 or 10574561. OLE color: 10574561.

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

Color convert

RGB 225 90 161 -
CMYK 0 0.60 0.28 0.12
HSL 328.44º 0.69% 0.62% -
HSV(B) 328.44º 0.6% 0.88% -
XYZ 41.14 25.89 36.55 -
YUV 138.46 140.73 189.73 -
System Red Green Blue C M Y K H S L
Decimal 225 90 161 0 0.60 0.28 0.12 328.44 0.69 0.62
Hex E1 5A A1 0 3C 1C C 148 45 3E
Octal 341 132 241 0 74 34 14 510 105 76
Binary 11100001 1011010 10100001 0 111100 11100 1100 101001000 1000101 111110

Color Harmonies of #E15AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15AA1

Black with #E15AA1

Text Example


Text Example

White with #E15AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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