#EF2ECD

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

Shades of Razzle Dazzle Rose #EF2ECD

Tints of Razzle Dazzle Rose #EF2ECD

Color information

#EF2ECD (or 0xEF2ECD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2E and CD. RGB value is (239,46,205). Sum of RGB (Red+Green+Blue) = 239+46+205=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2ECD is #10D132. Grayscale: #797979. Windows color (decimal): -1102131 or 13446895. OLE color: 13446895.

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

Color convert

RGB23946205-
CMYK00.810.140.06
HSL310.57º85.78%55.88%-
HSV(B)310.57º80.75%93.73%-
XYZ47.5924.7160.02-
YUV121.83174.94211.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.78%
GREEN value IS 46 (18.36% from 255) = 9.39%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=48.78%
G=9.39%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394620500.810.140.06310.5785.7855.88
HexEF2ECD051E61375638
Octal35756315012116646712670
Binary11101111101110110011010101000111101101001101111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2ECD; }

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

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

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

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

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

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

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

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