Html Css Color HEX #E15096 French Rose

📋 copy color: '#E15096'

red 225 ◦ green 80 ◦ blue 150

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

Shades of French Rose #E15096

Tints of French Rose #E15096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.97%

R = 49.45%
G = 17.58%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E15096 (or 0xE15096) is known color: French Rose. HEX triplet: E1, 50 and 96. RGB value is (225,80,150). Sum of RGB (Red+Green+Blue) = 225+80+150=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E15096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15096 is #1EAF69. Grayscale: #838383. Windows color (decimal): -2010986 or 9851105. OLE color: 9851105.

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

Color convert

RGB 225 80 150 -
CMYK 0 0.64 0.33 0.12
HSL 331.03º 0.71% 0.6% -
HSV(B) 331.03º 0.64% 0.88% -
XYZ 39.43 23.95 31.4 -
YUV 131.34 138.54 194.81 -
System Red Green Blue C M Y K H S L
Decimal 225 80 150 0 0.64 0.33 0.12 331.03 0.71 0.6
Hex E1 50 96 0 40 21 C 14B 47 3C
Octal 341 120 226 0 100 41 14 513 107 74
Binary 11100001 1010000 10010110 0 1000000 100001 1100 101001011 1000111 111100

Color Harmonies of #E15096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15096

Black with #E15096

Text Example


Text Example

White with #E15096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15096; }

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

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

background-color css

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

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

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

border-color css

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

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

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