Html Css Color HEX #ED53CC Free Speech Magenta

📋 copy color: '#ED53CC'

red 237 ◦ green 83 ◦ blue 204

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

Shades of Free Speech Magenta #ED53CC

Tints of Free Speech Magenta #ED53CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 45.23%
G = 15.84%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED53CC (or 0xED53CC) is known color: Free Speech Magenta. HEX triplet: ED, 53 and CC. RGB value is (237,83,204). Sum of RGB (Red+Green+Blue) = 237+83+204=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED53CC is #12AC33. Grayscale: #8E8E8E. Windows color (decimal): -1223732 or 13390829. OLE color: 13390829.

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

Color convert

RGB 237 83 204 -
CMYK 0 0.65 0.14 0.07
HSL 312.86º 0.81% 0.63% -
HSV(B) 312.86º 0.65% 0.93% -
XYZ 48.92 28.55 60.06 -
YUV 142.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 237 83 204 0 0.65 0.14 0.07 312.86 0.81 0.63
Hex ED 53 CC 0 41 E 7 139 51 3F
Octal 355 123 314 0 101 16 7 471 121 77
Binary 11101101 1010011 11001100 0 1000001 1110 111 100111001 1010001 111111

Color Harmonies of #ED53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED53CC

Black with #ED53CC

Text Example


Text Example

White with #ED53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED53CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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