Html Css Color HEX #E1559D Brilliant Rose

📋 copy color: '#E1559D'

red 225 ◦ green 85 ◦ blue 157

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

Shades of Brilliant Rose #E1559D

Tints of Brilliant Rose #E1559D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.62%

R = 48.18%
G = 18.2%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1559D (or 0xE1559D) is known color: Brilliant Rose. HEX triplet: E1, 55 and 9D. RGB value is (225,85,157). Sum of RGB (Red+Green+Blue) = 225+85+157=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1559D is #1EAA62. Grayscale: #868686. Windows color (decimal): -2009699 or 10311137. OLE color: 10311137.

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

Color convert

RGB 225 85 157 -
CMYK 0 0.62 0.30 0.12
HSL 329.14º 0.7% 0.61% -
HSV(B) 329.14º 0.62% 0.88% -
XYZ 40.39 24.94 34.58 -
YUV 135.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 225 85 157 0 0.62 0.30 0.12 329.14 0.7 0.61
Hex E1 55 9D 0 3E 1E C 149 46 3D
Octal 341 125 235 0 76 36 14 511 106 75
Binary 11100001 1010101 10011101 0 111110 11110 1100 101001001 1000110 111101

Color Harmonies of #E1559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1559D

Black with #E1559D

Text Example


Text Example

White with #E1559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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