Html Css Color HEX #E75099 French Rose

📋 copy color: '#E75099'

red 231 ◦ green 80 ◦ blue 153

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

Shades of French Rose #E75099

Tints of French Rose #E75099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.24%

 BLUE value IS 153 (60.16% from 255) = 32.97%

R = 49.78%
G = 17.24%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E75099 (or 0xE75099) is known color: French Rose. HEX triplet: E7, 50 and 99. RGB value is (231,80,153). Sum of RGB (Red+Green+Blue) = 231+80+153=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E75099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75099 is #18AF66. Grayscale: #858585. Windows color (decimal): -1617767 or 10047719. OLE color: 10047719.

HSL color Cylindrical-coordinate representation of color #E75099: hue angle of 330.99º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75099 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 80 153 -
CMYK 0 0.65 0.34 0.09
HSL 330.99º 0.76% 0.61% -
HSV(B) 330.99º 0.65% 0.91% -
XYZ 41.57 25.03 32.78 -
YUV 133.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 231 80 153 0 0.65 0.34 0.09 330.99 0.76 0.61
Hex E7 50 99 0 41 22 9 14B 4C 3D
Octal 347 120 231 0 101 42 11 513 114 75
Binary 11100111 1010000 10011001 0 1000001 100010 1001 101001011 1001100 111101

Color Harmonies of #E75099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75099

Black with #E75099

Text Example


Text Example

White with #E75099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75099; }

 p { color: rgb(231,80,153); }

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

background-color css

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

 a { background-color: rgb(231,80,153); }

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

border-color css

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

 span { border-color: rgb(231,80,153); }

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