Html Css Color HEX #ED4FCC Free Speech Magenta

📋 copy color: '#ED4FCC'

red 237 ◦ green 79 ◦ blue 204

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

Shades of Free Speech Magenta #ED4FCC

Tints of Free Speech Magenta #ED4FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.19%

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

R = 45.58%
G = 15.19%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED4FCC (or 0xED4FCC) is known color: Free Speech Magenta. HEX triplet: ED, 4F and CC. RGB value is (237,79,204). Sum of RGB (Red+Green+Blue) = 237+79+204=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 79 (31.25% from 255 or 15.19% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4FCC is #12B033. Grayscale: #8C8C8C. Windows color (decimal): -1224756 or 13389805. OLE color: 13389805.

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

Color convert

RGB 237 79 204 -
CMYK 0 0.67 0.14 0.07
HSL 312.53º 0.81% 0.62% -
HSV(B) 312.53º 0.67% 0.93% -
XYZ 48.62 27.96 59.96 -
YUV 140.49 163.85 196.84 -
System Red Green Blue C M Y K H S L
Decimal 237 79 204 0 0.67 0.14 0.07 312.53 0.81 0.62
Hex ED 4F CC 0 43 E 7 139 51 3E
Octal 355 117 314 0 103 16 7 471 121 76
Binary 11101101 1001111 11001100 0 1000011 1110 111 100111001 1010001 111110

Color Harmonies of #ED4FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4FCC

Black with #ED4FCC

Text Example


Text Example

White with #ED4FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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