Html Css Color HEX #E85699 French Rose

📋 copy color: '#E85699'

red 232 ◦ green 86 ◦ blue 153

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

Shades of French Rose #E85699

Tints of French Rose #E85699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.26%

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 49.26%
G = 18.26%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E85699 (or 0xE85699) is known color: French Rose. HEX triplet: E8, 56 and 99. RGB value is (232,86,153). Sum of RGB (Red+Green+Blue) = 232+86+153=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E85699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85699 is #17A966. Grayscale: #898989. Windows color (decimal): -1550695 or 10049256. OLE color: 10049256.

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

Color convert

RGB 232 86 153 -
CMYK 0 0.63 0.34 0.09
HSL 332.47º 0.76% 0.62% -
HSV(B) 332.47º 0.63% 0.91% -
XYZ 42.36 26.11 32.94 -
YUV 137.29 136.87 195.55 -
System Red Green Blue C M Y K H S L
Decimal 232 86 153 0 0.63 0.34 0.09 332.47 0.76 0.62
Hex E8 56 99 0 3F 22 9 14C 4C 3E
Octal 350 126 231 0 77 42 11 514 114 76
Binary 11101000 1010110 10011001 0 111111 100010 1001 101001100 1001100 111110

Color Harmonies of #E85699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85699

Black with #E85699

Text Example


Text Example

White with #E85699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85699; }

 p { color: rgb(232,86,153); }

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

background-color css

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

 a { background-color: rgb(232,86,153); }

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

border-color css

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

 span { border-color: rgb(232,86,153); }

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