Html Css Color HEX #E155A9 Brilliant Rose

📋 copy color: '#E155A9'

red 225 ◦ green 85 ◦ blue 169

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

Shades of Brilliant Rose #E155A9

Tints of Brilliant Rose #E155A9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.75%

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

R = 46.97%
G = 17.75%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E155A9 (or 0xE155A9) is known color: Brilliant Rose. HEX triplet: E1, 55 and A9. RGB value is (225,85,169). Sum of RGB (Red+Green+Blue) = 225+85+169=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E155A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E155A9 is #1EAA56. Grayscale: #888888. Windows color (decimal): -2009687 or 11097569. OLE color: 11097569.

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

Color convert

RGB 225 85 169 -
CMYK 0 0.62 0.25 0.12
HSL 324º 0.7% 0.61% -
HSV(B) 324º 0.62% 0.88% -
XYZ 41.46 25.37 40.25 -
YUV 136.44 146.38 191.17 -
System Red Green Blue C M Y K H S L
Decimal 225 85 169 0 0.62 0.25 0.12 324 0.7 0.61
Hex E1 55 A9 0 3E 19 C 144 46 3D
Octal 341 125 251 0 76 31 14 504 106 75
Binary 11100001 1010101 10101001 0 111110 11001 1100 101000100 1000110 111101

Color Harmonies of #E155A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E155A9

Black with #E155A9

Text Example


Text Example

White with #E155A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E155A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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