Html Css Color HEX #ED38ED Free Speech Magenta

📋 copy color: '#ED38ED'

red 237 ◦ green 56 ◦ blue 237

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

Shades of Free Speech Magenta #ED38ED

Tints of Free Speech Magenta #ED38ED

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.57%

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

R = 44.72%
G = 10.57%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED38ED (or 0xED38ED) is known color: Free Speech Magenta. HEX triplet: ED, 38 and ED. RGB value is (237,56,237). Sum of RGB (Red+Green+Blue) = 237+56+237=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 56 (22.27% from 255 or 10.57% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED38ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED38ED is #12C712. Grayscale: #828282. Windows color (decimal): -1230611 or 15546605. OLE color: 15546605.

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

Color convert

RGB 237 56 237 -
CMYK 0 0.76 0 0.07
HSL 300º 0.83% 0.57% -
HSV(B) 300º 0.76% 0.93% -
XYZ 51.63 26.95 82.6 -
YUV 130.75 187.97 203.78 -
System Red Green Blue C M Y K H S L
Decimal 237 56 237 0 0.76 0 0.07 300 0.83 0.57
Hex ED 38 ED 0 4C 0 7 12C 53 39
Octal 355 70 355 0 114 0 7 454 123 71
Binary 11101101 111000 11101101 0 1001100 0 111 100101100 1010011 111001

Color Harmonies of #ED38ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED38ED

Black with #ED38ED

Text Example


Text Example

White with #ED38ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED38ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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