#ef38df

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

Shades of Razzle Dazzle Rose #EF38DF

Tints of Razzle Dazzle Rose #EF38DF

Color information

#EF38DF (or 0xEF38DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 38 and DF. RGB value is (239,56,223). Sum of RGB (Red+Green+Blue) = 239+56+223=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 56 (22.27% from 255 or 10.81% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF38DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF38DF is #10C720. Grayscale: #818181. Windows color (decimal): -1099553 or 14629103. OLE color: 14629103.

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

Color convert

RGB23956223-
CMYK00.770.070.06
HSL305.25º85.12%57.84%-
HSV(B)305.25º76.57%93.73%-
XYZ50.3326.5172.28-
YUV129.76180.63205.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.14%
GREEN value IS 56 (22.27% from 255) = 10.81%
BLUE value IS 223 (87.5% from 255) = 43.05%
R=46.14%
G=10.81%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395622300.770.070.06305.2585.1257.84
HexEF38DF04D76131553a
Octal3577033701157646112572
Binary1110111111100011011111010011011111101001100011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef38df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef38df; }

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

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

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

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

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

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

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

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