Html Css Color HEX #E1499C French Rose

📋 copy color: '#E1499C'

red 225 ◦ green 73 ◦ blue 156

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

Shades of French Rose #E1499C

Tints of French Rose #E1499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.08%

 BLUE value IS 156 (61.33% from 255) = 34.36%

R = 49.56%
G = 16.08%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1499C (or 0xE1499C) is known color: French Rose. HEX triplet: E1, 49 and 9C. RGB value is (225,73,156). Sum of RGB (Red+Green+Blue) = 225+73+156=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1499C is #1EB663. Grayscale: #7F7F7F. Windows color (decimal): -2012772 or 10242529. OLE color: 10242529.

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

Color convert

RGB 225 73 156 -
CMYK 0 0.68 0.31 0.12
HSL 327.24º 0.72% 0.58% -
HSV(B) 327.24º 0.68% 0.88% -
XYZ 39.43 23.17 33.85 -
YUV 127.91 143.86 197.25 -
System Red Green Blue C M Y K H S L
Decimal 225 73 156 0 0.68 0.31 0.12 327.24 0.72 0.58
Hex E1 49 9C 0 44 1F C 147 48 3A
Octal 341 111 234 0 104 37 14 507 110 72
Binary 11100001 1001001 10011100 0 1000100 11111 1100 101000111 1001000 111010

Color Harmonies of #E1499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1499C

Black with #E1499C

Text Example


Text Example

White with #E1499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1499C; }

 p { color: rgb(225,73,156); }

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

background-color css

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

 a { background-color: rgb(225,73,156); }

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

border-color css

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

 span { border-color: rgb(225,73,156); }

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