Html Css Color HEX #E95191 French Rose

📋 copy color: '#E95191'

red 233 ◦ green 81 ◦ blue 145

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

Shades of French Rose #E95191

Tints of French Rose #E95191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.59%

R = 50.76%
G = 17.65%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E95191 (or 0xE95191) is known color: French Rose. HEX triplet: E9, 51 and 91. RGB value is (233,81,145). Sum of RGB (Red+Green+Blue) = 233+81+145=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E95191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95191 is #16AE6E. Grayscale: #858585. Windows color (decimal): -1486447 or 9523689. OLE color: 9523689.

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

Color convert

RGB 233 81 145 -
CMYK 0 0.65 0.38 0.09
HSL 334.74º 0.78% 0.62% -
HSV(B) 334.74º 0.65% 0.91% -
XYZ 41.66 25.25 29.47 -
YUV 133.74 134.36 198.8 -
System Red Green Blue C M Y K H S L
Decimal 233 81 145 0 0.65 0.38 0.09 334.74 0.78 0.62
Hex E9 51 91 0 41 26 9 14F 4E 3E
Octal 351 121 221 0 101 46 11 517 116 76
Binary 11101001 1010001 10010001 0 1000001 100110 1001 101001111 1001110 111110

Color Harmonies of #E95191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95191

Black with #E95191

Text Example


Text Example

White with #E95191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95191; }

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

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

background-color css

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

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

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

border-color css

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

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

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