Html Css Color HEX #ED5DEA Free Speech Magenta

📋 copy color: '#ED5DEA'

red 237 ◦ green 93 ◦ blue 234

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

Shades of Free Speech Magenta #ED5DEA

Tints of Free Speech Magenta #ED5DEA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.49%

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

R = 42.02%
G = 16.49%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED5DEA (or 0xED5DEA) is known color: Free Speech Magenta. HEX triplet: ED, 5D and EA. RGB value is (237,93,234). Sum of RGB (Red+Green+Blue) = 237+93+234=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 93 (36.72% from 255 or 16.49% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5DEA is #12A215. Grayscale: #979797. Windows color (decimal): -1221142 or 15359469. OLE color: 15359469.

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

Color convert

RGB 237 93 234 -
CMYK 0 0.61 0.01 0.07
HSL 301.25º 0.8% 0.65% -
HSV(B) 301.25º 0.61% 0.93% -
XYZ 53.69 31.77 81.15 -
YUV 152.13 174.21 188.54 -
System Red Green Blue C M Y K H S L
Decimal 237 93 234 0 0.61 0.01 0.07 301.25 0.8 0.65
Hex ED 5D EA 0 3D 1 7 12D 50 41
Octal 355 135 352 0 75 1 7 455 120 101
Binary 11101101 1011101 11101010 0 111101 1 111 100101101 1010000 1000001

Color Harmonies of #ED5DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5DEA

Black with #ED5DEA

Text Example


Text Example

White with #ED5DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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