Html Css Color HEX #E15397 French Rose

📋 copy color: '#E15397'

red 225 ◦ green 83 ◦ blue 151

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

Shades of French Rose #E15397

Tints of French Rose #E15397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.9%

R = 49.02%
G = 18.08%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E15397 (or 0xE15397) is known color: French Rose. HEX triplet: E1, 53 and 97. RGB value is (225,83,151). Sum of RGB (Red+Green+Blue) = 225+83+151=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E15397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15397 is #1EAC68. Grayscale: #858585. Windows color (decimal): -2010217 or 9917409. OLE color: 9917409.

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

Color convert

RGB 225 83 151 -
CMYK 0 0.63 0.33 0.12
HSL 331.27º 0.7% 0.6% -
HSV(B) 331.27º 0.63% 0.88% -
XYZ 39.73 24.43 31.9 -
YUV 133.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 225 83 151 0 0.63 0.33 0.12 331.27 0.7 0.6
Hex E1 53 97 0 3F 21 C 14B 46 3C
Octal 341 123 227 0 77 41 14 513 106 74
Binary 11100001 1010011 10010111 0 111111 100001 1100 101001011 1000110 111100

Color Harmonies of #E15397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15397

Black with #E15397

Text Example


Text Example

White with #E15397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15397; }

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

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

background-color css

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

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

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

border-color css

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

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

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