#EF2ED1

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

Shades of Razzle Dazzle Rose #EF2ED1

Tints of Razzle Dazzle Rose #EF2ED1

Color information

#EF2ED1 (or 0xEF2ED1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2E and D1. RGB value is (239,46,209). Sum of RGB (Red+Green+Blue) = 239+46+209=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2ED1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2ED1 is #10D12E. Grayscale: #797979. Windows color (decimal): -1102127 or 13709039. OLE color: 13709039.

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

Color convert

RGB23946209-
CMYK00.810.130.06
HSL309.33º85.78%55.88%-
HSV(B)309.33º80.75%93.73%-
XYZ48.0824.9162.6-
YUV122.29176.94211.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.38%
GREEN value IS 46 (18.36% from 255) = 9.31%
BLUE value IS 209 (82.03% from 255) = 42.31%
R=48.38%
G=9.31%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394620900.810.130.06309.3385.7855.88
HexEF2ED1051D61355638
Octal35756321012115646512670
Binary11101111101110110100010101000111011101001101011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2ED1; }

 p { color: rgb(239,46,209); }

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

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

 a { background-color: rgb(239,46,209); }

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

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

 span { border-color: rgb(239,46,209); }

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