#ef39b4

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

Shades of Razzle Dazzle Rose #EF39B4

Tints of Razzle Dazzle Rose #EF39B4

Color information

#EF39B4 (or 0xEF39B4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 39 and B4. RGB value is (239,57,180). Sum of RGB (Red+Green+Blue) = 239+57+180=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF39B4 is #10C64B. Grayscale: #7D7D7D. Windows color (decimal): -1099340 or 11811311. OLE color: 11811311.

HSL color Cylindrical-coordinate representation of color #EF39B4: hue angle of 319.45º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF39B4 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB23957180-
CMYK00.760.250.06
HSL319.45º85.05%58.04%-
HSV(B)319.45º76.15%93.73%-
XYZ45.324.5745.54-
YUV125.44158.8209-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.21%
GREEN value IS 57 (22.66% from 255) = 11.97%
BLUE value IS 180 (70.70% from 255) = 37.82%
R=50.21%
G=11.97%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395718000.760.250.06319.4585.0558.04
HexEF39B404C19613f553a
Octal35771264011431647712572
Binary111011111110011011010001001100110011101001111111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef39b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef39b4; }

 p { color: rgb(239,57,180); }

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

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

 a { background-color: rgb(239,57,180); }

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

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

 span { border-color: rgb(239,57,180); }

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