#EF39E1

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

Shades of Razzle Dazzle Rose #EF39E1

Tints of Razzle Dazzle Rose #EF39E1

Color information

#EF39E1 (or 0xEF39E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 39 and E1. RGB value is (239,57,225). Sum of RGB (Red+Green+Blue) = 239+57+225=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 57 (22.66% from 255 or 10.94% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF39E1 is #10C61E. Grayscale: #828282. Windows color (decimal): -1099295 or 14760431. OLE color: 14760431.

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

Color convert

RGB23957225-
CMYK00.760.060.06
HSL304.62º85.05%58.04%-
HSV(B)304.62º76.15%93.73%-
XYZ50.6526.7173.72-
YUV130.57181.3205.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 57 (22.66% from 255) = 10.94%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=45.87%
G=10.94%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395722500.760.060.06304.6285.0558.04
HexEF39E104C66131553a
Octal3577134101146646112572
Binary1110111111100111100001010011001101101001100011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF39E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF39E1; }

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

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

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

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

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

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

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

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