Html Css Color HEX #E15099 French Rose

📋 copy color: '#E15099'

red 225 ◦ green 80 ◦ blue 153

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

Shades of French Rose #E15099

Tints of French Rose #E15099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.47%

 BLUE value IS 153 (60.16% from 255) = 33.41%

R = 49.13%
G = 17.47%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E15099 (or 0xE15099) is known color: French Rose. HEX triplet: E1, 50 and 99. RGB value is (225,80,153). Sum of RGB (Red+Green+Blue) = 225+80+153=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E15099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15099 is #1EAF66. Grayscale: #838383. Windows color (decimal): -2010983 or 10047713. OLE color: 10047713.

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

Color convert

RGB 225 80 153 -
CMYK 0 0.64 0.32 0.12
HSL 329.79º 0.71% 0.6% -
HSV(B) 329.79º 0.64% 0.88% -
XYZ 39.67 24.04 32.69 -
YUV 131.68 140.04 194.56 -
System Red Green Blue C M Y K H S L
Decimal 225 80 153 0 0.64 0.32 0.12 329.79 0.71 0.6
Hex E1 50 99 0 40 20 C 14A 47 3C
Octal 341 120 231 0 100 40 14 512 107 74
Binary 11100001 1010000 10011001 0 1000000 100000 1100 101001010 1000111 111100

Color Harmonies of #E15099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15099

Black with #E15099

Text Example


Text Example

White with #E15099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15099; }

 p { color: rgb(225,80,153); }

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

background-color css

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

 a { background-color: rgb(225,80,153); }

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

border-color css

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

 span { border-color: rgb(225,80,153); }

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