Html Css Color HEX #E155A8 Brilliant Rose

📋 copy color: '#E155A8'

red 225 ◦ green 85 ◦ blue 168

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

Shades of Brilliant Rose #E155A8

Tints of Brilliant Rose #E155A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.15%

R = 47.07%
G = 17.78%
B = 35.15%

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

#E155A8 (or 0xE155A8) is known color: Brilliant Rose. HEX triplet: E1, 55 and A8. RGB value is (225,85,168). Sum of RGB (Red+Green+Blue) = 225+85+168=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E155A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E155A8 is #1EAA57. Grayscale: #888888. Windows color (decimal): -2009688 or 11032033. OLE color: 11032033.

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

Color convert

RGB 225 85 168 -
CMYK 0 0.62 0.25 0.12
HSL 324.43º 0.7% 0.61% -
HSV(B) 324.43º 0.62% 0.88% -
XYZ 41.37 25.33 39.75 -
YUV 136.32 145.88 191.25 -
System Red Green Blue C M Y K H S L
Decimal 225 85 168 0 0.62 0.25 0.12 324.43 0.7 0.61
Hex E1 55 A8 0 3E 19 C 144 46 3D
Octal 341 125 250 0 76 31 14 504 106 75
Binary 11100001 1010101 10101000 0 111110 11001 1100 101000100 1000110 111101

Color Harmonies of #E155A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E155A8

Black with #E155A8

Text Example


Text Example

White with #E155A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E155A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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