#EF3AC0

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

Shades of Razzle Dazzle Rose #EF3AC0

Tints of Razzle Dazzle Rose #EF3AC0

Color information

#EF3AC0 (or 0xEF3AC0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3A and C0. RGB value is (239,58,192). Sum of RGB (Red+Green+Blue) = 239+58+192=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3AC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3AC0 is #10C53F. Grayscale: #7F7F7F. Windows color (decimal): -1099072 or 12597999. OLE color: 12597999.

HSL color Cylindrical-coordinate representation of color #EF3AC0: hue angle of 315.58º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3AC0 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB23958192-
CMYK00.760.200.06
HSL315.58º84.98%58.24%-
HSV(B)315.58º75.73%93.73%-
XYZ46.6225.1852.27-
YUV127.4164.47207.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.88%
GREEN value IS 58 (23.05% from 255) = 11.86%
BLUE value IS 192 (75.39% from 255) = 39.26%
R=48.88%
G=11.86%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395819200.760.200.06315.5884.9858.24
HexEF3AC004C14613c553a
Octal35772300011424647412572
Binary111011111110101100000001001100101001101001111001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3AC0; }

 p { color: rgb(239,58,192); }

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

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

 a { background-color: rgb(239,58,192); }

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

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

 span { border-color: rgb(239,58,192); }

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