Html Css Color HEX #E85193 French Rose

📋 copy color: '#E85193'

red 232 ◦ green 81 ◦ blue 147

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

Shades of French Rose #E85193

Tints of French Rose #E85193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.96%

R = 50.43%
G = 17.61%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E85193 (or 0xE85193) is known color: French Rose. HEX triplet: E8, 51 and 93. RGB value is (232,81,147). Sum of RGB (Red+Green+Blue) = 232+81+147=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E85193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85193 is #17AE6C. Grayscale: #858585. Windows color (decimal): -1551981 or 9654760. OLE color: 9654760.

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

Color convert

RGB 232 81 147 -
CMYK 0 0.65 0.37 0.09
HSL 333.77º 0.77% 0.61% -
HSV(B) 333.77º 0.65% 0.91% -
XYZ 41.49 25.15 30.27 -
YUV 133.67 135.53 198.13 -
System Red Green Blue C M Y K H S L
Decimal 232 81 147 0 0.65 0.37 0.09 333.77 0.77 0.61
Hex E8 51 93 0 41 25 9 14E 4D 3D
Octal 350 121 223 0 101 45 11 516 115 75
Binary 11101000 1010001 10010011 0 1000001 100101 1001 101001110 1001101 111101

Color Harmonies of #E85193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85193

Black with #E85193

Text Example


Text Example

White with #E85193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85193; }

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

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

background-color css

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

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

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

border-color css

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

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

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