#EF28E6

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

Shades of Razzle Dazzle Rose #EF28E6

Tints of Razzle Dazzle Rose #EF28E6

Color information

#EF28E6 (or 0xEF28E6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 28 and E6. RGB value is (239,40,230). Sum of RGB (Red+Green+Blue) = 239+40+230=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 40 (16.02% from 255 or 7.86% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF28E6 is #10D719. Grayscale: #787878. Windows color (decimal): -1103642 or 15083759. OLE color: 15083759.

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

Color convert

RGB23940230-
CMYK00.830.040.06
HSL302.71º86.15%54.71%-
HSV(B)302.71º83.26%93.73%-
XYZ50.6425.5877.13-
YUV121.16189.43212.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 40 (16.02% from 255) = 7.86%
BLUE value IS 230 (90.23% from 255) = 45.19%
R=46.95%
G=7.86%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394023000.830.040.06302.7186.1554.71
HexEF28E60534612f5637
Octal3575034601234645712667
Binary1110111110100011100110010100111001101001011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF28E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF28E6; }

 p { color: rgb(239,40,230); }

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

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

 a { background-color: rgb(239,40,230); }

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

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

 span { border-color: rgb(239,40,230); }

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