Html Css Color HEX #E85795 French Rose

📋 copy color: '#E85795'

red 232 ◦ green 87 ◦ blue 149

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

Shades of French Rose #E85795

Tints of French Rose #E85795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.59%

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

R = 49.57%
G = 18.59%
B = 31.84%

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

#E85795 (or 0xE85795) is known color: French Rose. HEX triplet: E8, 57 and 95. RGB value is (232,87,149). Sum of RGB (Red+Green+Blue) = 232+87+149=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E85795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85795 is #17A86A. Grayscale: #898989. Windows color (decimal): -1550443 or 9787368. OLE color: 9787368.

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

Color convert

RGB 232 87 149 -
CMYK 0 0.62 0.36 0.09
HSL 334.34º 0.76% 0.63% -
HSV(B) 334.34º 0.63% 0.91% -
XYZ 42.11 26.14 31.26 -
YUV 137.42 134.54 195.46 -
System Red Green Blue C M Y K H S L
Decimal 232 87 149 0 0.62 0.36 0.09 334.34 0.76 0.63
Hex E8 57 95 0 3E 24 9 14E 4C 3F
Octal 350 127 225 0 76 44 11 516 114 77
Binary 11101000 1010111 10010101 0 111110 100100 1001 101001110 1001100 111111

Color Harmonies of #E85795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85795

Black with #E85795

Text Example


Text Example

White with #E85795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85795; }

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

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

background-color css

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

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

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

border-color css

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

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

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