#EF4FBF

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

Shades of Razzle Dazzle Rose #EF4FBF

Tints of Razzle Dazzle Rose #EF4FBF

Color information

#EF4FBF (or 0xEF4FBF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 4F and BF. RGB value is (239,79,191). Sum of RGB (Red+Green+Blue) = 239+79+191=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4FBF is #10B040. Grayscale: #8B8B8B. Windows color (decimal): -1093697 or 12537839. OLE color: 12537839.

HSL color Cylindrical-coordinate representation of color #EF4FBF: hue angle of 318º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4FBF is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB23979191-
CMYK00.670.200.06
HSL318º83.33%62.35%-
HSV(B)318º66.95%93.73%-
XYZ47.827.752.12-
YUV139.61157.01198.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 79 (31.25% from 255) = 15.52%
BLUE value IS 191 (75% from 255) = 37.52%
R=46.95%
G=15.52%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397919100.670.200.0631883.3362.35
HexEF4FBF04314613e533e
Octal357117277010324647612376
Binary1110111110011111011111101000011101001101001111101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4FBF; }

 p { color: rgb(239,79,191); }

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

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

 a { background-color: rgb(239,79,191); }

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

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

 span { border-color: rgb(239,79,191); }

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