#EF2EDA

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

Shades of Razzle Dazzle Rose #EF2EDA

Tints of Razzle Dazzle Rose #EF2EDA

Color information

#EF2EDA (or 0xEF2EDA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2E and DA. RGB value is (239,46,218). Sum of RGB (Red+Green+Blue) = 239+46+218=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 46 (18.36% from 255 or 9.15% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2EDA is #10D125. Grayscale: #7A7A7A. Windows color (decimal): -1102118 or 14298863. OLE color: 14298863.

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

Color convert

RGB23946218-
CMYK00.810.090.06
HSL306.53º85.78%55.88%-
HSV(B)306.53º80.75%93.73%-
XYZ49.2325.3768.63-
YUV123.32181.44210.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.51%
GREEN value IS 46 (18.36% from 255) = 9.15%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=47.51%
G=9.15%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394621800.810.090.06306.5385.7855.88
HexEF2EDA051961335638
Octal35756332012111646312670
Binary11101111101110110110100101000110011101001100111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2EDA; }

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

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

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

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

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

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

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

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