Html Css Color HEX #E85297 French Rose

📋 copy color: '#E85297'

red 232 ◦ green 82 ◦ blue 151

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

Shades of French Rose #E85297

Tints of French Rose #E85297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.63%

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

R = 49.89%
G = 17.63%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E85297 (or 0xE85297) is known color: French Rose. HEX triplet: E8, 52 and 97. RGB value is (232,82,151). Sum of RGB (Red+Green+Blue) = 232+82+151=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E85297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85297 is #17AD68. Grayscale: #868686. Windows color (decimal): -1551721 or 9917160. OLE color: 9917160.

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

Color convert

RGB 232 82 151 -
CMYK 0 0.65 0.35 0.09
HSL 332.4º 0.77% 0.62% -
HSV(B) 332.4º 0.65% 0.91% -
XYZ 41.88 25.42 31.98 -
YUV 134.72 137.2 197.39 -
System Red Green Blue C M Y K H S L
Decimal 232 82 151 0 0.65 0.35 0.09 332.4 0.77 0.62
Hex E8 52 97 0 41 23 9 14C 4D 3E
Octal 350 122 227 0 101 43 11 514 115 76
Binary 11101000 1010010 10010111 0 1000001 100011 1001 101001100 1001101 111110

Color Harmonies of #E85297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85297

Black with #E85297

Text Example


Text Example

White with #E85297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85297; }

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

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

background-color css

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

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

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

border-color css

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

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

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