#ED68E4

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

Shades of Free Speech Magenta #ED68E4

Tints of Free Speech Magenta #ED68E4

Color information

#ED68E4 (or 0xED68E4) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 68 and E4. RGB value is (237,104,228). Sum of RGB (Red+Green+Blue) = 237+104+228=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 104 (41.02% from 255 or 18.28% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED68E4 is #12971B. Grayscale: #9D9D9D. Windows color (decimal): -1218332 or 14969069. OLE color: 14969069.

HSL color Cylindrical-coordinate representation of color #ED68E4: hue angle of 304.06º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED68E4 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB237104228-
CMYK00.560.040.07
HSL304.06º78.7%66.86%-
HSV(B)304.06º56.12%92.94%-
XYZ53.8833.5177.03-
YUV157.9167.56184.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 104 (41.02% from 255) = 18.28%
BLUE value IS 228 (89.45% from 255) = 40.07%
R=41.65%
G=18.28%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710422800.560.040.07304.0678.766.86
HexED68E4038471304f43
Octal35515034407047460117103
Binary11101101110100011100100011100010011110011000010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED68E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED68E4; }

 p { color: rgb(237,104,228); }

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

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

 a { background-color: rgb(237,104,228); }

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

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

 span { border-color: rgb(237,104,228); }

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