Html Css Color HEX #ED56CB Free Speech Magenta

📋 copy color: '#ED56CB'

red 237 ◦ green 86 ◦ blue 203

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

Shades of Free Speech Magenta #ED56CB

Tints of Free Speech Magenta #ED56CB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.35%

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 45.06%
G = 16.35%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED56CB (or 0xED56CB) is known color: Free Speech Magenta. HEX triplet: ED, 56 and CB. RGB value is (237,86,203). Sum of RGB (Red+Green+Blue) = 237+86+203=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56CB is #12A934. Grayscale: #909090. Windows color (decimal): -1222965 or 13326061. OLE color: 13326061.

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

Color convert

RGB 237 86 203 -
CMYK 0 0.64 0.14 0.07
HSL 313.51º 0.81% 0.63% -
HSV(B) 313.51º 0.64% 0.93% -
XYZ 49.03 28.97 59.51 -
YUV 144.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 237 86 203 0 0.64 0.14 0.07 313.51 0.81 0.63
Hex ED 56 CB 0 40 E 7 13A 51 3F
Octal 355 126 313 0 100 16 7 472 121 77
Binary 11101101 1010110 11001011 0 1000000 1110 111 100111010 1010001 111111

Color Harmonies of #ED56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED56CB

Black with #ED56CB

Text Example


Text Example

White with #ED56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED56CB; }

 p { color: rgb(237,86,203); }

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

background-color css

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

 a { background-color: rgb(237,86,203); }

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

border-color css

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

 span { border-color: rgb(237,86,203); }

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