Html Css Color HEX #E85196 French Rose

📋 copy color: '#E85196'

red 232 ◦ green 81 ◦ blue 150

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

Shades of French Rose #E85196

Tints of French Rose #E85196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.49%

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

R = 50.11%
G = 17.49%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E85196 (or 0xE85196) is known color: French Rose. HEX triplet: E8, 51 and 96. RGB value is (232,81,150). Sum of RGB (Red+Green+Blue) = 232+81+150=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E85196 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85196 is #17AE69. Grayscale: #858585. Windows color (decimal): -1551978 or 9851368. OLE color: 9851368.

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

Color convert

RGB 232 81 150 -
CMYK 0 0.65 0.35 0.09
HSL 332.58º 0.77% 0.61% -
HSV(B) 332.58º 0.65% 0.91% -
XYZ 41.73 25.24 31.53 -
YUV 134.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 232 81 150 0 0.65 0.35 0.09 332.58 0.77 0.61
Hex E8 51 96 0 41 23 9 14D 4D 3D
Octal 350 121 226 0 101 43 11 515 115 75
Binary 11101000 1010001 10010110 0 1000001 100011 1001 101001101 1001101 111101

Color Harmonies of #E85196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85196

Black with #E85196

Text Example


Text Example

White with #E85196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85196; }

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

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

background-color css

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

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

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

border-color css

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

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

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