Html Css Color HEX #ED4ECC Free Speech Magenta

📋 copy color: '#ED4ECC'

red 237 ◦ green 78 ◦ blue 204

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

Shades of Free Speech Magenta #ED4ECC

Tints of Free Speech Magenta #ED4ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.03%

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

R = 45.66%
G = 15.03%
B = 39.31%

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

#ED4ECC (or 0xED4ECC) is known color: Free Speech Magenta. HEX triplet: ED, 4E and CC. RGB value is (237,78,204). Sum of RGB (Red+Green+Blue) = 237+78+204=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4ECC is #12B133. Grayscale: #8B8B8B. Windows color (decimal): -1225012 or 13389549. OLE color: 13389549.

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

Color convert

RGB 237 78 204 -
CMYK 0 0.67 0.14 0.07
HSL 312.45º 0.82% 0.62% -
HSV(B) 312.45º 0.67% 0.93% -
XYZ 48.55 27.81 59.94 -
YUV 139.91 164.18 197.25 -
System Red Green Blue C M Y K H S L
Decimal 237 78 204 0 0.67 0.14 0.07 312.45 0.82 0.62
Hex ED 4E CC 0 43 E 7 138 52 3E
Octal 355 116 314 0 103 16 7 470 122 76
Binary 11101101 1001110 11001100 0 1000011 1110 111 100111000 1010010 111110

Color Harmonies of #ED4ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4ECC

Black with #ED4ECC

Text Example


Text Example

White with #ED4ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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