#EF4895

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

Shades of French Rose #EF4895

Tints of French Rose #EF4895

Color information

#EF4895 (or 0xEF4895) is unknown color: approx French Rose. HEX triplet: EF, 48 and 95. RGB value is (239,72,149). Sum of RGB (Red+Green+Blue) = 239+72+149=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4895 is #10B76A. Grayscale: #828282. Windows color (decimal): -1095531 or 9783535. OLE color: 9783535.

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

Color convert

RGB23972149-
CMYK00.700.380.06
HSL332.34º83.92%60.98%-
HSV(B)332.34º69.87%93.73%-
XYZ43.3425.1631.01-
YUV130.71138.33205.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.96%
GREEN value IS 72 (28.52% from 255) = 15.65%
BLUE value IS 149 (58.59% from 255) = 32.39%
R=51.96%
G=15.65%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397214900.700.380.06332.3483.9260.98
HexEF489504626614c543d
Octal357110225010646651412475
Binary11101111100100010010101010001101001101101010011001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4895; }

 p { color: rgb(239,72,149); }

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

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

 a { background-color: rgb(239,72,149); }

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

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

 span { border-color: rgb(239,72,149); }

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