#EF2AC8

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

Shades of Razzle Dazzle Rose #EF2AC8

Tints of Razzle Dazzle Rose #EF2AC8

Color information

#EF2AC8 (or 0xEF2AC8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2A and C8. RGB value is (239,42,200). Sum of RGB (Red+Green+Blue) = 239+42+200=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 42 (16.80% from 255 or 8.73% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2AC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2AC8 is #10D537. Grayscale: #767676. Windows color (decimal): -1103160 or 13118191. OLE color: 13118191.

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

Color convert

RGB23942200-
CMYK00.820.160.06
HSL311.88º86.03%55.1%-
HSV(B)311.88º82.43%93.73%-
XYZ46.8524.1856.84-
YUV118.92173.77213.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.69%
GREEN value IS 42 (16.80% from 255) = 8.73%
BLUE value IS 200 (78.52% from 255) = 41.58%
R=49.69%
G=8.73%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394220000.820.160.06311.8886.0355.1
HexEF2AC80521061385637
Octal35752310012220647012667
Binary111011111010101100100001010010100001101001110001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2AC8; }

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

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

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

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

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

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

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

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