#EF42DD

Color #EF42DD Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EF42DD

Tints of Free Speech Magenta #EF42DD

Color information

#EF42DD (or 0xEF42DD) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 42 and DD. RGB value is (239,66,221). Sum of RGB (Red+Green+Blue) = 239+66+221=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 66 (26.17% from 255 or 12.55% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF42DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF42DD is #10BD22. Grayscale: #868686. Windows color (decimal): -1096995 or 14500591. OLE color: 14500591.

HSL color Cylindrical-coordinate representation of color #EF42DD: hue angle of 306.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF42DD is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB23966221-
CMYK00.720.080.06
HSL306.24º84.39%59.8%-
HSV(B)306.24º72.38%93.73%-
XYZ50.627.4771.04-
YUV135.4176.31201.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.44%
GREEN value IS 66 (26.17% from 255) = 12.55%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=45.44%
G=12.55%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396622100.720.080.06306.2484.3959.8
HexEF42DD04886132543c
Octal357102335011010646212474
Binary111011111000010110111010100100010001101001100101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF42DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF42DD; }

 p { color: rgb(239,66,221); }

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

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

 a { background-color: rgb(239,66,221); }

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

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

 span { border-color: rgb(239,66,221); }

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