#EF4883

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

Shades of French Rose #EF4883

Tints of French Rose #EF4883

Color information

#EF4883 (or 0xEF4883) is unknown color: approx French Rose. HEX triplet: EF, 48 and 83. RGB value is (239,72,131). Sum of RGB (Red+Green+Blue) = 239+72+131=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4883 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4883 is #10B77C. Grayscale: #808080. Windows color (decimal): -1095549 or 8603887. OLE color: 8603887.

HSL color Cylindrical-coordinate representation of color #EF4883: hue angle of 338.8º 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 #EF4883 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB23972131-
CMYK00.700.450.06
HSL338.8º83.92%60.98%-
HSV(B)338.8º69.87%93.73%-
XYZ42.0124.6224.01-
YUV128.66129.33206.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.07%
GREEN value IS 72 (28.52% from 255) = 16.29%
BLUE value IS 131 (51.56% from 255) = 29.64%
R=54.07%
G=16.29%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397213100.700.450.06338.883.9260.98
HexEF48830462D6153543d
Octal357110203010655652312475
Binary11101111100100010000011010001101011011101010100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4883; }

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

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

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

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

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

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

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

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