Html Css Color HEX #E1539B French Rose

📋 copy color: '#E1539B'

red 225 ◦ green 83 ◦ blue 155

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

Shades of French Rose #E1539B

Tints of French Rose #E1539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.93%

 BLUE value IS 155 (60.94% from 255) = 33.48%

R = 48.6%
G = 17.93%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1539B (or 0xE1539B) is known color: French Rose. HEX triplet: E1, 53 and 9B. RGB value is (225,83,155). Sum of RGB (Red+Green+Blue) = 225+83+155=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1539B is #1EAC64. Grayscale: #858585. Windows color (decimal): -2010213 or 10179553. OLE color: 10179553.

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

Color convert

RGB 225 83 155 -
CMYK 0 0.63 0.31 0.12
HSL 329.58º 0.7% 0.6% -
HSV(B) 329.58º 0.63% 0.88% -
XYZ 40.06 24.56 33.64 -
YUV 133.67 140.04 193.15 -
System Red Green Blue C M Y K H S L
Decimal 225 83 155 0 0.63 0.31 0.12 329.58 0.7 0.6
Hex E1 53 9B 0 3F 1F C 14A 46 3C
Octal 341 123 233 0 77 37 14 512 106 74
Binary 11100001 1010011 10011011 0 111111 11111 1100 101001010 1000110 111100

Color Harmonies of #E1539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1539B

Black with #E1539B

Text Example


Text Example

White with #E1539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1539B; }

 p { color: rgb(225,83,155); }

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

background-color css

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

 a { background-color: rgb(225,83,155); }

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

border-color css

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

 span { border-color: rgb(225,83,155); }

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