Html Css Color HEX #ED45D6 Free Speech Magenta

📋 copy color: '#ED45D6'

red 237 ◦ green 69 ◦ blue 214

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

Shades of Free Speech Magenta #ED45D6

Tints of Free Speech Magenta #ED45D6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.27%

 BLUE value IS 214 (83.98% from 255) = 41.15%

R = 45.58%
G = 13.27%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ED45D6 (or 0xED45D6) is known color: Free Speech Magenta. HEX triplet: ED, 45 and D6. RGB value is (237,69,214). Sum of RGB (Red+Green+Blue) = 237+69+214=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 69 (27.34% from 255 or 13.27% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED45D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED45D6 is #12BA29. Grayscale: #878787. Windows color (decimal): -1227306 or 14042605. OLE color: 14042605.

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

Color convert

RGB 237 69 214 -
CMYK 0 0.71 0.10 0.07
HSL 308.21º 0.82% 0.6% -
HSV(B) 308.21º 0.71% 0.93% -
XYZ 49.19 27.12 66.26 -
YUV 135.76 172.16 200.21 -
System Red Green Blue C M Y K H S L
Decimal 237 69 214 0 0.71 0.10 0.07 308.21 0.82 0.6
Hex ED 45 D6 0 47 A 7 134 52 3C
Octal 355 105 326 0 107 12 7 464 122 74
Binary 11101101 1000101 11010110 0 1000111 1010 111 100110100 1010010 111100

Color Harmonies of #ED45D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED45D6

Black with #ED45D6

Text Example


Text Example

White with #ED45D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED45D6; }

 p { color: rgb(237,69,214); }

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

background-color css

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

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

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

border-color css

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

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

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