Html Css Color HEX #E85591 French Rose

📋 copy color: '#E85591'

red 232 ◦ green 85 ◦ blue 145

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

Shades of French Rose #E85591

Tints of French Rose #E85591

RGB

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

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

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

R = 50.22%
G = 18.4%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E85591 (or 0xE85591) is known color: French Rose. HEX triplet: E8, 55 and 91. RGB value is (232,85,145). Sum of RGB (Red+Green+Blue) = 232+85+145=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E85591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85591 is #17AA6E. Grayscale: #878787. Windows color (decimal): -1550959 or 9524712. OLE color: 9524712.

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

Color convert

RGB 232 85 145 -
CMYK 0 0.63 0.38 0.09
HSL 335.51º 0.76% 0.62% -
HSV(B) 335.51º 0.63% 0.91% -
XYZ 41.64 25.7 29.55 -
YUV 135.79 133.2 196.62 -
System Red Green Blue C M Y K H S L
Decimal 232 85 145 0 0.63 0.38 0.09 335.51 0.76 0.62
Hex E8 55 91 0 3F 26 9 150 4C 3E
Octal 350 125 221 0 77 46 11 520 114 76
Binary 11101000 1010101 10010001 0 111111 100110 1001 101010000 1001100 111110

Color Harmonies of #E85591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85591

Black with #E85591

Text Example


Text Example

White with #E85591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85591; }

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

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

background-color css

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

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

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

border-color css

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

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

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