Html Css Color HEX #E95391 French Rose

📋 copy color: '#E95391'

red 233 ◦ green 83 ◦ blue 145

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

Shades of French Rose #E95391

Tints of French Rose #E95391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18%

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

R = 50.54%
G = 18%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E95391 (or 0xE95391) is known color: French Rose. HEX triplet: E9, 53 and 91. RGB value is (233,83,145). Sum of RGB (Red+Green+Blue) = 233+83+145=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E95391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95391 is #16AC6E. Grayscale: #868686. Windows color (decimal): -1485935 or 9524201. OLE color: 9524201.

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

Color convert

RGB 233 83 145 -
CMYK 0 0.64 0.38 0.09
HSL 335.2º 0.77% 0.62% -
HSV(B) 335.2º 0.64% 0.91% -
XYZ 41.81 25.55 29.52 -
YUV 134.92 133.7 197.96 -
System Red Green Blue C M Y K H S L
Decimal 233 83 145 0 0.64 0.38 0.09 335.2 0.77 0.62
Hex E9 53 91 0 40 26 9 14F 4D 3E
Octal 351 123 221 0 100 46 11 517 115 76
Binary 11101001 1010011 10010001 0 1000000 100110 1001 101001111 1001101 111110

Color Harmonies of #E95391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95391

Black with #E95391

Text Example


Text Example

White with #E95391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95391; }

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

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

background-color css

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

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

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

border-color css

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

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

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