Html Css Color HEX #ED59CC Free Speech Magenta

📋 copy color: '#ED59CC'

red 237 ◦ green 89 ◦ blue 204

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

Shades of Free Speech Magenta #ED59CC

Tints of Free Speech Magenta #ED59CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.79%

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

R = 44.72%
G = 16.79%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED59CC (or 0xED59CC) is known color: Free Speech Magenta. HEX triplet: ED, 59 and CC. RGB value is (237,89,204). Sum of RGB (Red+Green+Blue) = 237+89+204=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED59CC is #12A633. Grayscale: #929292. Windows color (decimal): -1222196 or 13392365. OLE color: 13392365.

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

Color convert

RGB 237 89 204 -
CMYK 0 0.62 0.14 0.07
HSL 313.38º 0.8% 0.64% -
HSV(B) 313.38º 0.62% 0.93% -
XYZ 49.4 29.51 60.22 -
YUV 146.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 237 89 204 0 0.62 0.14 0.07 313.38 0.8 0.64
Hex ED 59 CC 0 3E E 7 139 50 40
Octal 355 131 314 0 76 16 7 471 120 100
Binary 11101101 1011001 11001100 0 111110 1110 111 100111001 1010000 1000000

Color Harmonies of #ED59CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED59CC

Black with #ED59CC

Text Example


Text Example

White with #ED59CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED59CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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