Html Css Color HEX #ED53CF Free Speech Magenta

📋 copy color: '#ED53CF'

red 237 ◦ green 83 ◦ blue 207

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

Shades of Free Speech Magenta #ED53CF

Tints of Free Speech Magenta #ED53CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 44.97%
G = 15.75%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED53CF (or 0xED53CF) is known color: Free Speech Magenta. HEX triplet: ED, 53 and CF. RGB value is (237,83,207). Sum of RGB (Red+Green+Blue) = 237+83+207=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED53CF is #12AC30. Grayscale: #8E8E8E. Windows color (decimal): -1223729 or 13587437. OLE color: 13587437.

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

Color convert

RGB 237 83 207 -
CMYK 0 0.65 0.13 0.07
HSL 311.69º 0.81% 0.63% -
HSV(B) 311.69º 0.65% 0.93% -
XYZ 49.28 28.7 61.97 -
YUV 143.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 237 83 207 0 0.65 0.13 0.07 311.69 0.81 0.63
Hex ED 53 CF 0 41 D 7 138 51 3F
Octal 355 123 317 0 101 15 7 470 121 77
Binary 11101101 1010011 11001111 0 1000001 1101 111 100111000 1010001 111111

Color Harmonies of #ED53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED53CF

Black with #ED53CF

Text Example


Text Example

White with #ED53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED53CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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