Html Css Color HEX #E85695 French Rose

📋 copy color: '#E85695'

red 232 ◦ green 86 ◦ blue 149

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

Shades of French Rose #E85695

Tints of French Rose #E85695

RGB

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

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

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

R = 49.68%
G = 18.42%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E85695 (or 0xE85695) is known color: French Rose. HEX triplet: E8, 56 and 95. RGB value is (232,86,149). Sum of RGB (Red+Green+Blue) = 232+86+149=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E85695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85695 is #17A96A. Grayscale: #888888. Windows color (decimal): -1550699 or 9787112. OLE color: 9787112.

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

Color convert

RGB 232 86 149 -
CMYK 0 0.63 0.36 0.09
HSL 334.11º 0.76% 0.62% -
HSV(B) 334.11º 0.63% 0.91% -
XYZ 42.03 25.98 31.23 -
YUV 136.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 232 86 149 0 0.63 0.36 0.09 334.11 0.76 0.62
Hex E8 56 95 0 3F 24 9 14E 4C 3E
Octal 350 126 225 0 77 44 11 516 114 76
Binary 11101000 1010110 10010101 0 111111 100100 1001 101001110 1001100 111110

Color Harmonies of #E85695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85695

Black with #E85695

Text Example


Text Example

White with #E85695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85695; }

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

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

background-color css

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

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

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

border-color css

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

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

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