Html Css Color HEX #E75396 French Rose

📋 copy color: '#E75396'

red 231 ◦ green 83 ◦ blue 150

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

Shades of French Rose #E75396

Tints of French Rose #E75396

RGB

 RED value IS 231 (90.63% from 255) = 49.78%

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

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

R = 49.78%
G = 17.89%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E75396 (or 0xE75396) is known color: French Rose. HEX triplet: E7, 53 and 96. RGB value is (231,83,150). Sum of RGB (Red+Green+Blue) = 231+83+150=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E75396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75396 is #18AC69. Grayscale: #868686. Windows color (decimal): -1617002 or 9851879. OLE color: 9851879.

HSL color Cylindrical-coordinate representation of color #E75396: hue angle of 332.84º degrees, saturation: 0.76, 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 #E75396 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 83 150 -
CMYK 0 0.64 0.35 0.09
HSL 332.84º 0.76% 0.62% -
HSV(B) 332.84º 0.64% 0.91% -
XYZ 41.55 25.38 31.56 -
YUV 134.89 136.53 196.55 -
System Red Green Blue C M Y K H S L
Decimal 231 83 150 0 0.64 0.35 0.09 332.84 0.76 0.62
Hex E7 53 96 0 40 23 9 14D 4C 3E
Octal 347 123 226 0 100 43 11 515 114 76
Binary 11100111 1010011 10010110 0 1000000 100011 1001 101001101 1001100 111110

Color Harmonies of #E75396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75396

Black with #E75396

Text Example


Text Example

White with #E75396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75396; }

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

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

background-color css

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

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

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

border-color css

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

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

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