Html Css Color HEX #E85496 French Rose

📋 copy color: '#E85496'

red 232 ◦ green 84 ◦ blue 150

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

Shades of French Rose #E85496

Tints of French Rose #E85496

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.03%

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

R = 49.79%
G = 18.03%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E85496 (or 0xE85496) is known color: French Rose. HEX triplet: E8, 54 and 96. RGB value is (232,84,150). Sum of RGB (Red+Green+Blue) = 232+84+150=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E85496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85496 is #17AB69. Grayscale: #878787. Windows color (decimal): -1551210 or 9852136. OLE color: 9852136.

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

Color convert

RGB 232 84 150 -
CMYK 0 0.64 0.35 0.09
HSL 333.24º 0.76% 0.62% -
HSV(B) 333.24º 0.64% 0.91% -
XYZ 41.95 25.7 31.6 -
YUV 135.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 232 84 150 0 0.64 0.35 0.09 333.24 0.76 0.62
Hex E8 54 96 0 40 23 9 14D 4C 3E
Octal 350 124 226 0 100 43 11 515 114 76
Binary 11101000 1010100 10010110 0 1000000 100011 1001 101001101 1001100 111110

Color Harmonies of #E85496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85496

Black with #E85496

Text Example


Text Example

White with #E85496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85496; }

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

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

background-color css

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

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

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

border-color css

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

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

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