Html Css Color HEX #E95396 French Rose

📋 copy color: '#E95396'

red 233 ◦ green 83 ◦ blue 150

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

Shades of French Rose #E95396

Tints of French Rose #E95396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.19%

R = 50%
G = 17.81%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E95396 (or 0xE95396) is known color: French Rose. HEX triplet: E9, 53 and 96. RGB value is (233,83,150). Sum of RGB (Red+Green+Blue) = 233+83+150=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E95396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95396 is #16AC69. Grayscale: #878787. Windows color (decimal): -1485930 or 9851881. OLE color: 9851881.

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

Color convert

RGB 233 83 150 -
CMYK 0 0.64 0.36 0.09
HSL 333.2º 0.77% 0.62% -
HSV(B) 333.2º 0.64% 0.91% -
XYZ 42.2 25.71 31.59 -
YUV 135.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 233 83 150 0 0.64 0.36 0.09 333.2 0.77 0.62
Hex E9 53 96 0 40 24 9 14D 4D 3E
Octal 351 123 226 0 100 44 11 515 115 76
Binary 11101001 1010011 10010110 0 1000000 100100 1001 101001101 1001101 111110

Color Harmonies of #E95396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95396

Black with #E95396

Text Example


Text Example

White with #E95396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95396; }

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

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

background-color css

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

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

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

border-color css

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

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

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