Html Css Color HEX #ED5AD2 Free Speech Magenta

📋 copy color: '#ED5AD2'

red 237 ◦ green 90 ◦ blue 210

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

Shades of Free Speech Magenta #ED5AD2

Tints of Free Speech Magenta #ED5AD2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.76%

 BLUE value IS 210 (82.42% from 255) = 39.11%

R = 44.13%
G = 16.76%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED5AD2 (or 0xED5AD2) is known color: Free Speech Magenta. HEX triplet: ED, 5A and D2. RGB value is (237,90,210). Sum of RGB (Red+Green+Blue) = 237+90+210=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5AD2 is #12A52D. Grayscale: #939393. Windows color (decimal): -1221934 or 13785837. OLE color: 13785837.

HSL color Cylindrical-coordinate representation of color #ED5AD2: hue angle of 311.02º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5AD2 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 90 210 -
CMYK 0 0.62 0.11 0.07
HSL 311.02º 0.8% 0.64% -
HSV(B) 311.02º 0.62% 0.93% -
XYZ 50.21 29.97 64.11 -
YUV 147.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 237 90 210 0 0.62 0.11 0.07 311.02 0.8 0.64
Hex ED 5A D2 0 3E B 7 137 50 40
Octal 355 132 322 0 76 13 7 467 120 100
Binary 11101101 1011010 11010010 0 111110 1011 111 100110111 1010000 1000000

Color Harmonies of #ED5AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5AD2

Black with #ED5AD2

Text Example


Text Example

White with #ED5AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5AD2; }

 p { color: rgb(237,90,210); }

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

background-color css

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

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

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

border-color css

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

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

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