#ED45DE

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

Shades of Free Speech Magenta #ED45DE

Tints of Free Speech Magenta #ED45DE

Color information

#ED45DE (or 0xED45DE) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 45 and DE. RGB value is (237,69,222). Sum of RGB (Red+Green+Blue) = 237+69+222=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 69 (27.34% from 255 or 13.07% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED45DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED45DE is #12BA21. Grayscale: #888888. Windows color (decimal): -1227298 or 14566893. OLE color: 14566893.

HSL color Cylindrical-coordinate representation of color #ED45DE: hue angle of 305.36º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED45DE is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB23769222-
CMYK00.710.060.07
HSL305.36º82.35%60%-
HSV(B)305.36º70.89%92.94%-
XYZ50.2427.5371.77-
YUV136.67176.16199.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 69 (27.34% from 255) = 13.07%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=44.89%
G=13.07%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376922200.710.060.07305.3682.3560
HexED45DE04767131523c
Octal35510533601076746112274
Binary11101101100010111011110010001111101111001100011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED45DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED45DE; }

 p { color: rgb(237,69,222); }

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

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

 a { background-color: rgb(237,69,222); }

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

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

 span { border-color: rgb(237,69,222); }

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