Html Css Color HEX #ED5AD5 Free Speech Magenta

📋 copy color: '#ED5AD5'

red 237 ◦ green 90 ◦ blue 213

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

Shades of Free Speech Magenta #ED5AD5

Tints of Free Speech Magenta #ED5AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.44%

R = 43.89%
G = 16.67%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ED5AD5 (or 0xED5AD5) is known color: Free Speech Magenta. HEX triplet: ED, 5A and D5. RGB value is (237,90,213). Sum of RGB (Red+Green+Blue) = 237+90+213=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5AD5 is #12A52A. Grayscale: #939393. Windows color (decimal): -1221931 or 13982445. OLE color: 13982445.

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

Color convert

RGB 237 90 213 -
CMYK 0 0.62 0.10 0.07
HSL 309.8º 0.8% 0.64% -
HSV(B) 309.8º 0.62% 0.93% -
XYZ 50.59 30.12 66.1 -
YUV 147.98 164.7 191.5 -
System Red Green Blue C M Y K H S L
Decimal 237 90 213 0 0.62 0.10 0.07 309.8 0.8 0.64
Hex ED 5A D5 0 3E A 7 136 50 40
Octal 355 132 325 0 76 12 7 466 120 100
Binary 11101101 1011010 11010101 0 111110 1010 111 100110110 1010000 1000000

Color Harmonies of #ED5AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5AD5

Black with #ED5AD5

Text Example


Text Example

White with #ED5AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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