#ED42F2

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

Shades of Free Speech Magenta #ED42F2

Tints of Free Speech Magenta #ED42F2

Color information

#ED42F2 (or 0xED42F2) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 42 and F2. RGB value is (237,66,242). Sum of RGB (Red+Green+Blue) = 237+66+242=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 66 (26.17% from 255 or 12.11% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED42F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED42F2 is #12BD0D. Grayscale: #888888. Windows color (decimal): -1228046 or 15876845. OLE color: 15876845.

HSL color Cylindrical-coordinate representation of color #ED42F2: hue angle of 298.3º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED42F2 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23766242-
CMYK0.020.7300.05
HSL298.3º87.13%60.39%-
HSV(B)298.3º72.73%94.9%-
XYZ52.928.3186.68-
YUV137.19187.15199.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 66 (26.17% from 255) = 12.11%
BLUE value IS 242 (94.92% from 255) = 44.40%
R=43.49%
G=12.11%
B=44.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237662420.020.7300.05298.387.1360.39
HexED42F22490512a573c
Octal35510236221110545212774
Binary1110110110000101111001010100100101011001010101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED42F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED42F2; }

 p { color: rgb(237,66,242); }

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

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

 a { background-color: rgb(237,66,242); }

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

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

 span { border-color: rgb(237,66,242); }

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