Html Css Color HEX #E85091 French Rose

📋 copy color: '#E85091'

red 232 ◦ green 80 ◦ blue 145

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

Shades of French Rose #E85091

Tints of French Rose #E85091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.73%

R = 50.77%
G = 17.51%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E85091 (or 0xE85091) is known color: French Rose. HEX triplet: E8, 50 and 91. RGB value is (232,80,145). Sum of RGB (Red+Green+Blue) = 232+80+145=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E85091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85091 is #17AF6E. Grayscale: #848484. Windows color (decimal): -1552239 or 9523432. OLE color: 9523432.

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

Color convert

RGB 232 80 145 -
CMYK 0 0.66 0.38 0.09
HSL 334.34º 0.77% 0.61% -
HSV(B) 334.34º 0.66% 0.91% -
XYZ 41.26 24.94 29.43 -
YUV 132.86 134.86 198.71 -
System Red Green Blue C M Y K H S L
Decimal 232 80 145 0 0.66 0.38 0.09 334.34 0.77 0.61
Hex E8 50 91 0 42 26 9 14E 4D 3D
Octal 350 120 221 0 102 46 11 516 115 75
Binary 11101000 1010000 10010001 0 1000010 100110 1001 101001110 1001101 111101

Color Harmonies of #E85091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85091

Black with #E85091

Text Example


Text Example

White with #E85091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85091; }

 p { color: rgb(232,80,145); }

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

background-color css

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

 a { background-color: rgb(232,80,145); }

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

border-color css

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

 span { border-color: rgb(232,80,145); }

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