Html Css Color HEX #ED38EC Free Speech Magenta

📋 copy color: '#ED38EC'

red 237 ◦ green 56 ◦ blue 236

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

Shades of Free Speech Magenta #ED38EC

Tints of Free Speech Magenta #ED38EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 44.8%
G = 10.59%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED38EC (or 0xED38EC) is known color: Free Speech Magenta. HEX triplet: ED, 38 and EC. RGB value is (237,56,236). Sum of RGB (Red+Green+Blue) = 237+56+236=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 56 (22.27% from 255 or 10.59% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED38EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED38EC is #12C713. Grayscale: #828282. Windows color (decimal): -1230612 or 15481069. OLE color: 15481069.

HSL color Cylindrical-coordinate representation of color #ED38EC: hue angle of 300.33º 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 #ED38EC is Cyan = 0, Magento = 0.76, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 56 236 -
CMYK 0 0.76 0.00 0.07
HSL 300.33º 0.83% 0.57% -
HSV(B) 300.33º 0.76% 0.93% -
XYZ 51.48 26.89 81.83 -
YUV 130.64 187.47 203.86 -
System Red Green Blue C M Y K H S L
Decimal 237 56 236 0 0.76 0.00 0.07 300.33 0.83 0.57
Hex ED 38 EC 0 4C 0 7 12C 53 39
Octal 355 70 354 0 114 0 7 454 123 71
Binary 11101101 111000 11101100 0 1001100 0 111 100101100 1010011 111001

Color Harmonies of #ED38EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED38EC

Black with #ED38EC

Text Example


Text Example

White with #ED38EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED38EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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