#EF27DC

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

Shades of Razzle Dazzle Rose #EF27DC

Tints of Razzle Dazzle Rose #EF27DC

Color information

#EF27DC (or 0xEF27DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 27 and DC. RGB value is (239,39,220). Sum of RGB (Red+Green+Blue) = 239+39+220=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF27DC is #10D823. Grayscale: #767676. Windows color (decimal): -1103908 or 14428143. OLE color: 14428143.

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

Color convert

RGB23939220-
CMYK00.840.080.06
HSL305.7º86.21%54.51%-
HSV(B)305.7º83.68%93.73%-
XYZ49.2424.9769.93-
YUV119.43184.76213.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.99%
GREEN value IS 39 (15.62% from 255) = 7.83%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=47.99%
G=7.83%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393922000.840.080.06305.786.2154.51
HexEF27DC054861325637
Octal35747334012410646212667
Binary11101111100111110111000101010010001101001100101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF27DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF27DC; }

 p { color: rgb(239,39,220); }

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

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

 a { background-color: rgb(239,39,220); }

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

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

 span { border-color: rgb(239,39,220); }

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