#EF23E1

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

Shades of Razzle Dazzle Rose #EF23E1

Tints of Razzle Dazzle Rose #EF23E1

Color information

#EF23E1 (or 0xEF23E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 23 and E1. RGB value is (239,35,225). Sum of RGB (Red+Green+Blue) = 239+35+225=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 35 (14.06% from 255 or 7.01% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF23E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF23E1 is #10DC1E. Grayscale: #757575. Windows color (decimal): -1104927 or 14754799. OLE color: 14754799.

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

Color convert

RGB23935225-
CMYK00.850.060.06
HSL304.12º86.44%53.73%-
HSV(B)304.12º85.36%93.73%-
XYZ49.7924.9973.43-
YUV117.66188.59214.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.90%
GREEN value IS 35 (14.06% from 255) = 7.01%
BLUE value IS 225 (88.28% from 255) = 45.09%
R=47.90%
G=7.01%
B=45.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393522500.850.060.06304.1286.4453.73
HexEF23E1055661305636
Octal3574334101256646012666
Binary1110111110001111100001010101011101101001100001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF23E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF23E1; }

 p { color: rgb(239,35,225); }

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

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

 a { background-color: rgb(239,35,225); }

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

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

 span { border-color: rgb(239,35,225); }

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