Html Css Color HEX #E85597 French Rose

📋 copy color: '#E85597'

red 232 ◦ green 85 ◦ blue 151

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

Shades of French Rose #E85597

Tints of French Rose #E85597

RGB

 RED value IS 232 (91.02% from 255) = 49.57%

 GREEN value IS 85 (33.59% from 255) = 18.16%

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

R = 49.57%
G = 18.16%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E85597 (or 0xE85597) is known color: French Rose. HEX triplet: E8, 55 and 97. RGB value is (232,85,151). Sum of RGB (Red+Green+Blue) = 232+85+151=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E85597 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85597 is #17AA68. Grayscale: #888888. Windows color (decimal): -1550953 or 9917928. OLE color: 9917928.

HSL color Cylindrical-coordinate representation of color #E85597: hue angle of 333.06º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85597 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 85 151 -
CMYK 0 0.63 0.35 0.09
HSL 333.06º 0.76% 0.62% -
HSV(B) 333.06º 0.63% 0.91% -
XYZ 42.11 25.89 32.06 -
YUV 136.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 232 85 151 0 0.63 0.35 0.09 333.06 0.76 0.62
Hex E8 55 97 0 3F 23 9 14D 4C 3E
Octal 350 125 227 0 77 43 11 515 114 76
Binary 11101000 1010101 10010111 0 111111 100011 1001 101001101 1001100 111110

Color Harmonies of #E85597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85597

Black with #E85597

Text Example


Text Example

White with #E85597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85597; }

 p { color: rgb(232,85,151); }

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

background-color css

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

 a { background-color: rgb(232,85,151); }

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

border-color css

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

 span { border-color: rgb(232,85,151); }

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