Html Css Color HEX #E75A98 French Rose

📋 copy color: '#E75A98'

red 231 ◦ green 90 ◦ blue 152

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

Shades of French Rose #E75A98

Tints of French Rose #E75A98

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.03%

 BLUE value IS 152 (59.77% from 255) = 32.14%

R = 48.84%
G = 19.03%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E75A98 (or 0xE75A98) is known color: French Rose. HEX triplet: E7, 5A and 98. RGB value is (231,90,152). Sum of RGB (Red+Green+Blue) = 231+90+152=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75A98 is #18A567. Grayscale: #8B8B8B. Windows color (decimal): -1615208 or 9984743. OLE color: 9984743.

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

Color convert

RGB 231 90 152 -
CMYK 0 0.61 0.34 0.09
HSL 333.62º 0.75% 0.63% -
HSV(B) 333.62º 0.61% 0.91% -
XYZ 42.28 26.57 32.61 -
YUV 139.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 231 90 152 0 0.61 0.34 0.09 333.62 0.75 0.63
Hex E7 5A 98 0 3D 22 9 14E 4B 3F
Octal 347 132 230 0 75 42 11 516 113 77
Binary 11100111 1011010 10011000 0 111101 100010 1001 101001110 1001011 111111

Color Harmonies of #E75A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75A98

Black with #E75A98

Text Example


Text Example

White with #E75A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75A98; }

 p { color: rgb(231,90,152); }

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

background-color css

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

 a { background-color: rgb(231,90,152); }

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

border-color css

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

 span { border-color: rgb(231,90,152); }

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