Html Css Color HEX #E15AAE Brilliant Rose

📋 copy color: '#E15AAE'

red 225 ◦ green 90 ◦ blue 174

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

Shades of Brilliant Rose #E15AAE

Tints of Brilliant Rose #E15AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.58%

R = 46.01%
G = 18.4%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E15AAE (or 0xE15AAE) is known color: Brilliant Rose. HEX triplet: E1, 5A and AE. RGB value is (225,90,174). Sum of RGB (Red+Green+Blue) = 225+90+174=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E15AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15AAE is #1EA551. Grayscale: #8B8B8B. Windows color (decimal): -2008402 or 11426529. OLE color: 11426529.

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

Color convert

RGB 225 90 174 -
CMYK 0 0.60 0.23 0.12
HSL 322.67º 0.69% 0.62% -
HSV(B) 322.67º 0.6% 0.88% -
XYZ 42.35 26.38 42.9 -
YUV 139.94 147.23 188.67 -
System Red Green Blue C M Y K H S L
Decimal 225 90 174 0 0.60 0.23 0.12 322.67 0.69 0.62
Hex E1 5A AE 0 3C 17 C 143 45 3E
Octal 341 132 256 0 74 27 14 503 105 76
Binary 11100001 1011010 10101110 0 111100 10111 1100 101000011 1000101 111110

Color Harmonies of #E15AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15AAE

Black with #E15AAE

Text Example


Text Example

White with #E15AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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