Html Css Color HEX #ED43ED Free Speech Magenta

📋 copy color: '#ED43ED'

red 237 ◦ green 67 ◦ blue 237

#ED43ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #ED43ED

Tints of Free Speech Magenta #ED43ED

RGB

 RED value IS 237 (92.97% from 255) = 43.81%

 GREEN value IS 67 (26.56% from 255) = 12.38%

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 43.81%
G = 12.38%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED43ED (or 0xED43ED) is known color: Free Speech Magenta. HEX triplet: ED, 43 and ED. RGB value is (237,67,237). Sum of RGB (Red+Green+Blue) = 237+67+237=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 67 (26.56% from 255 or 12.38% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED43ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED43ED is #12BC12. Grayscale: #888888. Windows color (decimal): -1227795 or 15549421. OLE color: 15549421.

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

Color convert

RGB 237 67 237 -
CMYK 0 0.72 0 0.07
HSL 300º 0.83% 0.6% -
HSV(B) 300º 0.72% 0.93% -
XYZ 52.22 28.13 82.8 -
YUV 137.21 184.32 199.18 -
System Red Green Blue C M Y K H S L
Decimal 237 67 237 0 0.72 0 0.07 300 0.83 0.6
Hex ED 43 ED 0 48 0 7 12C 53 3C
Octal 355 103 355 0 110 0 7 454 123 74
Binary 11101101 1000011 11101101 0 1001000 0 111 100101100 1010011 111100

Color Harmonies of #ED43ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED43ED

Black with #ED43ED

Text Example


Text Example

White with #ED43ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED43ED; }

 p { color: rgb(237,67,237); }

 H1.HeaderClassName
 {
   color: #ED43ED;
 }
 .AnyTagClassName
 {
   color: #ED43ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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