Html Css Color HEX #ED48CE Free Speech Magenta

📋 copy color: '#ED48CE'

red 237 ◦ green 72 ◦ blue 206

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

Shades of Free Speech Magenta #ED48CE

Tints of Free Speech Magenta #ED48CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 46.02%
G = 13.98%
B = 40%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED48CE (or 0xED48CE) is known color: Free Speech Magenta. HEX triplet: ED, 48 and CE. RGB value is (237,72,206). Sum of RGB (Red+Green+Blue) = 237+72+206=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED48CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED48CE is #12B731. Grayscale: #888888. Windows color (decimal): -1226546 or 13519085. OLE color: 13519085.

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

Color convert

RGB 237 72 206 -
CMYK 0 0.70 0.13 0.07
HSL 311.27º 0.82% 0.61% -
HSV(B) 311.27º 0.7% 0.93% -
XYZ 48.38 27.1 61.07 -
YUV 136.61 167.16 199.6 -
System Red Green Blue C M Y K H S L
Decimal 237 72 206 0 0.70 0.13 0.07 311.27 0.82 0.61
Hex ED 48 CE 0 46 D 7 137 52 3D
Octal 355 110 316 0 106 15 7 467 122 75
Binary 11101101 1001000 11001110 0 1000110 1101 111 100110111 1010010 111101

Color Harmonies of #ED48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED48CE

Black with #ED48CE

Text Example


Text Example

White with #ED48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED48CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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