Html Css Color HEX #E85696 French Rose

📋 copy color: '#E85696'

red 232 ◦ green 86 ◦ blue 150

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

Shades of French Rose #E85696

Tints of French Rose #E85696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.05%

R = 49.57%
G = 18.38%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E85696 (or 0xE85696) is known color: French Rose. HEX triplet: E8, 56 and 96. RGB value is (232,86,150). Sum of RGB (Red+Green+Blue) = 232+86+150=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E85696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85696 is #17A969. Grayscale: #888888. Windows color (decimal): -1550698 or 9852648. OLE color: 9852648.

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

Color convert

RGB 232 86 150 -
CMYK 0 0.63 0.35 0.09
HSL 333.7º 0.76% 0.62% -
HSV(B) 333.7º 0.63% 0.91% -
XYZ 42.11 26.01 31.66 -
YUV 136.95 135.37 195.8 -
System Red Green Blue C M Y K H S L
Decimal 232 86 150 0 0.63 0.35 0.09 333.7 0.76 0.62
Hex E8 56 96 0 3F 23 9 14E 4C 3E
Octal 350 126 226 0 77 43 11 516 114 76
Binary 11101000 1010110 10010110 0 111111 100011 1001 101001110 1001100 111110

Color Harmonies of #E85696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85696

Black with #E85696

Text Example


Text Example

White with #E85696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85696; }

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

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

background-color css

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

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

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

border-color css

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

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

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