Html Css Color HEX #E15095 French Rose

📋 copy color: '#E15095'

red 225 ◦ green 80 ◦ blue 149

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

Shades of French Rose #E15095

Tints of French Rose #E15095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.82%

R = 49.56%
G = 17.62%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E15095 (or 0xE15095) is known color: French Rose. HEX triplet: E1, 50 and 95. RGB value is (225,80,149). Sum of RGB (Red+Green+Blue) = 225+80+149=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E15095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15095 is #1EAF6A. Grayscale: #838383. Windows color (decimal): -2010987 or 9785569. OLE color: 9785569.

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

Color convert

RGB 225 80 149 -
CMYK 0 0.64 0.34 0.12
HSL 331.45º 0.71% 0.6% -
HSV(B) 331.45º 0.64% 0.88% -
XYZ 39.34 23.91 30.98 -
YUV 131.22 138.04 194.89 -
System Red Green Blue C M Y K H S L
Decimal 225 80 149 0 0.64 0.34 0.12 331.45 0.71 0.6
Hex E1 50 95 0 40 22 C 14B 47 3C
Octal 341 120 225 0 100 42 14 513 107 74
Binary 11100001 1010000 10010101 0 1000000 100010 1100 101001011 1000111 111100

Color Harmonies of #E15095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15095

Black with #E15095

Text Example


Text Example

White with #E15095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15095; }

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

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

background-color css

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

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

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

border-color css

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

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

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