#ef39e3

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

Shades of Razzle Dazzle Rose #EF39E3

Tints of Razzle Dazzle Rose #EF39E3

Color information

#EF39E3 (or 0xEF39E3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 39 and E3. RGB value is (239,57,227). Sum of RGB (Red+Green+Blue) = 239+57+227=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 57 (22.66% from 255 or 10.90% from 523); Blue value is 227 (89.06% from 255 or 43.40% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF39E3 is #10C61C. Grayscale: #828282. Windows color (decimal): -1099293 or 14891503. OLE color: 14891503.

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

Color convert

RGB23957227-
CMYK00.760.050.06
HSL303.96º85.05%58.04%-
HSV(B)303.96º76.15%93.73%-
XYZ50.9226.8275.17-
YUV130.8182.3205.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.70%
GREEN value IS 57 (22.66% from 255) = 10.90%
BLUE value IS 227 (89.06% from 255) = 43.40%
R=45.70%
G=10.90%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395722700.760.050.06303.9685.0558.04
HexEF39E304C56130553a
Octal3577134301145646012572
Binary1110111111100111100011010011001011101001100001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef39e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef39e3; }

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

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

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

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

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

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

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

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