Html Css Color HEX #ED56CC Free Speech Magenta

📋 copy color: '#ED56CC'

red 237 ◦ green 86 ◦ blue 204

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

Shades of Free Speech Magenta #ED56CC

Tints of Free Speech Magenta #ED56CC

RGB

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

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

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

R = 44.97%
G = 16.32%
B = 38.71%

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

#ED56CC (or 0xED56CC) is known color: Free Speech Magenta. HEX triplet: ED, 56 and CC. RGB value is (237,86,204). Sum of RGB (Red+Green+Blue) = 237+86+204=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56CC is #12A933. Grayscale: #909090. Windows color (decimal): -1222964 or 13391597. OLE color: 13391597.

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

Color convert

RGB 237 86 204 -
CMYK 0 0.64 0.14 0.07
HSL 313.11º 0.81% 0.63% -
HSV(B) 313.11º 0.64% 0.93% -
XYZ 49.15 29.02 60.14 -
YUV 144.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 237 86 204 0 0.64 0.14 0.07 313.11 0.81 0.63
Hex ED 56 CC 0 40 E 7 139 51 3F
Octal 355 126 314 0 100 16 7 471 121 77
Binary 11101101 1010110 11001100 0 1000000 1110 111 100111001 1010001 111111

Color Harmonies of #ED56CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED56CC

Black with #ED56CC

Text Example


Text Example

White with #ED56CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED56CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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