Html Css Color HEX #E85995 French Rose

📋 copy color: '#E85995'

red 232 ◦ green 89 ◦ blue 149

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

Shades of French Rose #E85995

Tints of French Rose #E85995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.94%

 BLUE value IS 149 (58.59% from 255) = 31.7%

R = 49.36%
G = 18.94%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E85995 (or 0xE85995) is known color: French Rose. HEX triplet: E8, 59 and 95. RGB value is (232,89,149). Sum of RGB (Red+Green+Blue) = 232+89+149=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E85995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85995 is #17A66A. Grayscale: #8A8A8A. Windows color (decimal): -1549931 or 9787880. OLE color: 9787880.

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

Color convert

RGB 232 89 149 -
CMYK 0 0.62 0.36 0.09
HSL 334.83º 0.76% 0.63% -
HSV(B) 334.83º 0.62% 0.91% -
XYZ 42.28 26.47 31.31 -
YUV 138.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 232 89 149 0 0.62 0.36 0.09 334.83 0.76 0.63
Hex E8 59 95 0 3E 24 9 14F 4C 3F
Octal 350 131 225 0 76 44 11 517 114 77
Binary 11101000 1011001 10010101 0 111110 100100 1001 101001111 1001100 111111

Color Harmonies of #E85995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85995

Black with #E85995

Text Example


Text Example

White with #E85995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85995; }

 p { color: rgb(232,89,149); }

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

background-color css

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

 a { background-color: rgb(232,89,149); }

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

border-color css

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

 span { border-color: rgb(232,89,149); }

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