Html Css Color HEX #E15CAA Brilliant Rose

📋 copy color: '#E15CAA'

red 225 ◦ green 92 ◦ blue 170

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

Shades of Brilliant Rose #E15CAA

Tints of Brilliant Rose #E15CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.89%

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

R = 46.2%
G = 18.89%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E15CAA (or 0xE15CAA) is known color: Brilliant Rose. HEX triplet: E1, 5C and AA. RGB value is (225,92,170). Sum of RGB (Red+Green+Blue) = 225+92+170=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15CAA is #1EA355. Grayscale: #8C8C8C. Windows color (decimal): -2007894 or 11164897. OLE color: 11164897.

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

Color convert

RGB 225 92 170 -
CMYK 0 0.59 0.24 0.12
HSL 324.81º 0.69% 0.62% -
HSV(B) 324.81º 0.59% 0.88% -
XYZ 42.13 26.56 40.94 -
YUV 140.66 144.56 188.16 -
System Red Green Blue C M Y K H S L
Decimal 225 92 170 0 0.59 0.24 0.12 324.81 0.69 0.62
Hex E1 5C AA 0 3B 18 C 145 45 3E
Octal 341 134 252 0 73 30 14 505 105 76
Binary 11100001 1011100 10101010 0 111011 11000 1100 101000101 1000101 111110

Color Harmonies of #E15CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15CAA

Black with #E15CAA

Text Example


Text Example

White with #E15CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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