Html Css Color HEX #E85195 French Rose

📋 copy color: '#E85195'

red 232 ◦ green 81 ◦ blue 149

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

Shades of French Rose #E85195

Tints of French Rose #E85195

RGB

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

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

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

R = 50.22%
G = 17.53%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E85195 (or 0xE85195) is known color: French Rose. HEX triplet: E8, 51 and 95. RGB value is (232,81,149). Sum of RGB (Red+Green+Blue) = 232+81+149=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E85195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85195 is #17AE6A. Grayscale: #858585. Windows color (decimal): -1551979 or 9785832. OLE color: 9785832.

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

Color convert

RGB 232 81 149 -
CMYK 0 0.65 0.36 0.09
HSL 332.98º 0.77% 0.61% -
HSV(B) 332.98º 0.65% 0.91% -
XYZ 41.65 25.21 31.1 -
YUV 133.9 136.53 197.97 -
System Red Green Blue C M Y K H S L
Decimal 232 81 149 0 0.65 0.36 0.09 332.98 0.77 0.61
Hex E8 51 95 0 41 24 9 14D 4D 3D
Octal 350 121 225 0 101 44 11 515 115 75
Binary 11101000 1010001 10010101 0 1000001 100100 1001 101001101 1001101 111101

Color Harmonies of #E85195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85195

Black with #E85195

Text Example


Text Example

White with #E85195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85195; }

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

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

background-color css

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

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

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

border-color css

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

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

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