Html Css Color HEX #ED48EA Free Speech Magenta

📋 copy color: '#ED48EA'

red 237 ◦ green 72 ◦ blue 234

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

Shades of Free Speech Magenta #ED48EA

Tints of Free Speech Magenta #ED48EA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.26%

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 43.65%
G = 13.26%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED48EA (or 0xED48EA) is known color: Free Speech Magenta. HEX triplet: ED, 48 and EA. RGB value is (237,72,234). Sum of RGB (Red+Green+Blue) = 237+72+234=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 72 (28.52% from 255 or 13.26% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED48EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED48EA is #12B715. Grayscale: #8B8B8B. Windows color (decimal): -1226518 or 15354093. OLE color: 15354093.

HSL color Cylindrical-coordinate representation of color #ED48EA: hue angle of 301.09º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED48EA is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 72 234 -
CMYK 0 0.70 0.01 0.07
HSL 301.09º 0.82% 0.61% -
HSV(B) 301.09º 0.7% 0.93% -
XYZ 52.09 28.58 80.61 -
YUV 139.8 181.16 197.33 -
System Red Green Blue C M Y K H S L
Decimal 237 72 234 0 0.70 0.01 0.07 301.09 0.82 0.61
Hex ED 48 EA 0 46 1 7 12D 52 3D
Octal 355 110 352 0 106 1 7 455 122 75
Binary 11101101 1001000 11101010 0 1000110 1 111 100101101 1010010 111101

Color Harmonies of #ED48EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED48EA

Black with #ED48EA

Text Example


Text Example

White with #ED48EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED48EA; }

 p { color: rgb(237,72,234); }

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

background-color css

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

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

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

border-color css

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

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

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