#EF38E4

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

Shades of Razzle Dazzle Rose #EF38E4

Tints of Razzle Dazzle Rose #EF38E4

Color information

#EF38E4 (or 0xEF38E4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 38 and E4. RGB value is (239,56,228). Sum of RGB (Red+Green+Blue) = 239+56+228=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 56 (22.27% from 255 or 10.71% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF38E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF38E4 is #10C71B. Grayscale: #818181. Windows color (decimal): -1099548 or 14956783. OLE color: 14956783.

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

Color convert

RGB23956228-
CMYK00.770.050.06
HSL303.61º85.12%57.84%-
HSV(B)303.61º76.57%93.73%-
XYZ51.0126.7875.88-
YUV130.32183.13205.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.70%
GREEN value IS 56 (22.27% from 255) = 10.71%
BLUE value IS 228 (89.45% from 255) = 43.59%
R=45.70%
G=10.71%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395622800.770.050.06303.6185.1257.84
HexEF38E404D56130553a
Octal3577034401155646012572
Binary1110111111100011100100010011011011101001100001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF38E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF38E4; }

 p { color: rgb(239,56,228); }

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

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

 a { background-color: rgb(239,56,228); }

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

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

 span { border-color: rgb(239,56,228); }

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