Html Css Color HEX #ED53CA Free Speech Magenta

📋 copy color: '#ED53CA'

red 237 ◦ green 83 ◦ blue 202

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

Shades of Free Speech Magenta #ED53CA

Tints of Free Speech Magenta #ED53CA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.9%

 BLUE value IS 202 (79.3% from 255) = 38.7%

R = 45.4%
G = 15.9%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED53CA (or 0xED53CA) is known color: Free Speech Magenta. HEX triplet: ED, 53 and CA. RGB value is (237,83,202). Sum of RGB (Red+Green+Blue) = 237+83+202=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED53CA is #12AC35. Grayscale: #8E8E8E. Windows color (decimal): -1223734 or 13259757. OLE color: 13259757.

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

Color convert

RGB 237 83 202 -
CMYK 0 0.65 0.15 0.07
HSL 313.64º 0.81% 0.63% -
HSV(B) 313.64º 0.65% 0.93% -
XYZ 48.68 28.46 58.8 -
YUV 142.61 161.52 195.32 -
System Red Green Blue C M Y K H S L
Decimal 237 83 202 0 0.65 0.15 0.07 313.64 0.81 0.63
Hex ED 53 CA 0 41 F 7 13A 51 3F
Octal 355 123 312 0 101 17 7 472 121 77
Binary 11101101 1010011 11001010 0 1000001 1111 111 100111010 1010001 111111

Color Harmonies of #ED53CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED53CA

Black with #ED53CA

Text Example


Text Example

White with #ED53CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED53CA; }

 p { color: rgb(237,83,202); }

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

background-color css

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

 a { background-color: rgb(237,83,202); }

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

border-color css

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

 span { border-color: rgb(237,83,202); }

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