#ef2ad3

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

Shades of Razzle Dazzle Rose #EF2AD3

Tints of Razzle Dazzle Rose #EF2AD3

Color information

#EF2AD3 (or 0xEF2AD3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2A and D3. RGB value is (239,42,211). Sum of RGB (Red+Green+Blue) = 239+42+211=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 42 (16.80% from 255 or 8.54% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2AD3 is #10D52C. Grayscale: #777777. Windows color (decimal): -1103149 or 13839087. OLE color: 13839087.

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

Color convert

RGB23942211-
CMYK00.820.120.06
HSL308.53º86.03%55.1%-
HSV(B)308.53º82.43%93.73%-
XYZ48.1824.7163.86-
YUV120.17179.27212.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.58%
GREEN value IS 42 (16.80% from 255) = 8.54%
BLUE value IS 211 (82.81% from 255) = 42.89%
R=48.58%
G=8.54%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394221100.820.120.06308.5386.0355.1
HexEF2AD3052C61355637
Octal35752323012214646512667
Binary11101111101010110100110101001011001101001101011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef2ad3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef2ad3; }

 p { color: rgb(239,42,211); }

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

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

 a { background-color: rgb(239,42,211); }

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

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

 span { border-color: rgb(239,42,211); }

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