Html Css Color HEX #E75393 French Rose

📋 copy color: '#E75393'

red 231 ◦ green 83 ◦ blue 147

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

Shades of French Rose #E75393

Tints of French Rose #E75393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.89%

R = 50.11%
G = 18%
B = 31.89%

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

#E75393 (or 0xE75393) is known color: French Rose. HEX triplet: E7, 53 and 93. RGB value is (231,83,147). Sum of RGB (Red+Green+Blue) = 231+83+147=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E75393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75393 is #18AC6C. Grayscale: #868686. Windows color (decimal): -1617005 or 9655271. OLE color: 9655271.

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

Color convert

RGB 231 83 147 -
CMYK 0 0.64 0.36 0.09
HSL 334.05º 0.76% 0.62% -
HSV(B) 334.05º 0.64% 0.91% -
XYZ 41.31 25.28 30.31 -
YUV 134.55 135.03 196.8 -
System Red Green Blue C M Y K H S L
Decimal 231 83 147 0 0.64 0.36 0.09 334.05 0.76 0.62
Hex E7 53 93 0 40 24 9 14E 4C 3E
Octal 347 123 223 0 100 44 11 516 114 76
Binary 11100111 1010011 10010011 0 1000000 100100 1001 101001110 1001100 111110

Color Harmonies of #E75393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75393

Black with #E75393

Text Example


Text Example

White with #E75393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75393; }

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

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

background-color css

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

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

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

border-color css

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

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

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