#ef4998

Color #EF4998 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #EF4998

Tints of French Rose #EF4998

Color information

#EF4998 (or 0xEF4998) is unknown color: approx French Rose. HEX triplet: EF, 49 and 98. RGB value is (239,73,152). Sum of RGB (Red+Green+Blue) = 239+73+152=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4998 is #10B667. Grayscale: #838383. Windows color (decimal): -1095272 or 9980399. OLE color: 9980399.

HSL color Cylindrical-coordinate representation of color #EF4998: hue angle of 331.45º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4998 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB23973152-
CMYK00.690.360.06
HSL331.45º83.84%61.18%-
HSV(B)331.45º69.46%93.73%-
XYZ43.6525.3832.3-
YUV131.64139.5204.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.51%
GREEN value IS 73 (28.91% from 255) = 15.73%
BLUE value IS 152 (59.77% from 255) = 32.76%
R=51.51%
G=15.73%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397315200.690.360.06331.4583.8461.18
HexEF499804524614b543d
Octal357111230010544651312475
Binary11101111100100110011000010001011001001101010010111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef4998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef4998; }

 p { color: rgb(239,73,152); }

 H1.HeaderClassName
 {
   color: #ef4998;
 }
 .AnyTagClassName
 {
   color: #ef4998;
 }
</style>
background-color css

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

 a { background-color: rgb(239,73,152); }

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

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

 span { border-color: rgb(239,73,152); }

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