Html Css Color HEX #E95197 French Rose

📋 copy color: '#E95197'

red 233 ◦ green 81 ◦ blue 151

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

Shades of French Rose #E95197

Tints of French Rose #E95197

RGB

 RED value IS 233 (91.41% from 255) = 50.11%

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

 BLUE value IS 151 (59.38% from 255) = 32.47%

R = 50.11%
G = 17.42%
B = 32.47%

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

#E95197 (or 0xE95197) is known color: French Rose. HEX triplet: E9, 51 and 97. RGB value is (233,81,151). Sum of RGB (Red+Green+Blue) = 233+81+151=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E95197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95197 is #16AE68. Grayscale: #868686. Windows color (decimal): -1486441 or 9916905. OLE color: 9916905.

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

Color convert

RGB 233 81 151 -
CMYK 0 0.65 0.35 0.09
HSL 332.37º 0.78% 0.62% -
HSV(B) 332.37º 0.65% 0.91% -
XYZ 42.13 25.44 31.97 -
YUV 134.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 233 81 151 0 0.65 0.35 0.09 332.37 0.78 0.62
Hex E9 51 97 0 41 23 9 14C 4E 3E
Octal 351 121 227 0 101 43 11 514 116 76
Binary 11101001 1010001 10010111 0 1000001 100011 1001 101001100 1001110 111110

Color Harmonies of #E95197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95197

Black with #E95197

Text Example


Text Example

White with #E95197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95197; }

 p { color: rgb(233,81,151); }

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

background-color css

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

 a { background-color: rgb(233,81,151); }

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

border-color css

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

 span { border-color: rgb(233,81,151); }

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