Html Css Color HEX #E15AAA Brilliant Rose

📋 copy color: '#E15AAA'

red 225 ◦ green 90 ◦ blue 170

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

Shades of Brilliant Rose #E15AAA

Tints of Brilliant Rose #E15AAA

RGB

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

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

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

R = 46.39%
G = 18.56%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E15AAA (or 0xE15AAA) is known color: Brilliant Rose. HEX triplet: E1, 5A and AA. RGB value is (225,90,170). Sum of RGB (Red+Green+Blue) = 225+90+170=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E15AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15AAA is #1EA555. Grayscale: #8B8B8B. Windows color (decimal): -2008406 or 11164385. OLE color: 11164385.

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

Color convert

RGB 225 90 170 -
CMYK 0 0.60 0.24 0.12
HSL 324.44º 0.69% 0.62% -
HSV(B) 324.44º 0.6% 0.88% -
XYZ 41.96 26.22 40.88 -
YUV 139.49 145.23 189 -
System Red Green Blue C M Y K H S L
Decimal 225 90 170 0 0.60 0.24 0.12 324.44 0.69 0.62
Hex E1 5A AA 0 3C 18 C 144 45 3E
Octal 341 132 252 0 74 30 14 504 105 76
Binary 11100001 1011010 10101010 0 111100 11000 1100 101000100 1000101 111110

Color Harmonies of #E15AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15AAA

Black with #E15AAA

Text Example


Text Example

White with #E15AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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