Html Css Color HEX #E155AC Brilliant Rose

📋 copy color: '#E155AC'

red 225 ◦ green 85 ◦ blue 172

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

Shades of Brilliant Rose #E155AC

Tints of Brilliant Rose #E155AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 46.68%
G = 17.63%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E155AC (or 0xE155AC) is known color: Brilliant Rose. HEX triplet: E1, 55 and AC. RGB value is (225,85,172). Sum of RGB (Red+Green+Blue) = 225+85+172=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E155AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E155AC is #1EAA53. Grayscale: #888888. Windows color (decimal): -2009684 or 11294177. OLE color: 11294177.

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

Color convert

RGB 225 85 172 -
CMYK 0 0.62 0.24 0.12
HSL 322.71º 0.7% 0.61% -
HSV(B) 322.71º 0.62% 0.88% -
XYZ 41.75 25.48 41.75 -
YUV 136.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 225 85 172 0 0.62 0.24 0.12 322.71 0.7 0.61
Hex E1 55 AC 0 3E 18 C 143 46 3D
Octal 341 125 254 0 76 30 14 503 106 75
Binary 11100001 1010101 10101100 0 111110 11000 1100 101000011 1000110 111101

Color Harmonies of #E155AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E155AC

Black with #E155AC

Text Example


Text Example

White with #E155AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E155AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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