Html Css Color HEX #E1539A French Rose

📋 copy color: '#E1539A'

red 225 ◦ green 83 ◦ blue 154

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

Shades of French Rose #E1539A

Tints of French Rose #E1539A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.33%

R = 48.7%
G = 17.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1539A (or 0xE1539A) is known color: French Rose. HEX triplet: E1, 53 and 9A. RGB value is (225,83,154). Sum of RGB (Red+Green+Blue) = 225+83+154=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1539A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1539A is #1EAC65. Grayscale: #858585. Windows color (decimal): -2010214 or 10114017. OLE color: 10114017.

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

Color convert

RGB 225 83 154 -
CMYK 0 0.63 0.32 0.12
HSL 330º 0.7% 0.6% -
HSV(B) 330º 0.63% 0.88% -
XYZ 39.98 24.53 33.2 -
YUV 133.55 139.54 193.23 -
System Red Green Blue C M Y K H S L
Decimal 225 83 154 0 0.63 0.32 0.12 330 0.7 0.6
Hex E1 53 9A 0 3F 20 C 14A 46 3C
Octal 341 123 232 0 77 40 14 512 106 74
Binary 11100001 1010011 10011010 0 111111 100000 1100 101001010 1000110 111100

Color Harmonies of #E1539A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1539A

Black with #E1539A

Text Example


Text Example

White with #E1539A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1539A; }

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

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

background-color css

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

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

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

border-color css

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

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

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