Html Css Color HEX #EC4ACC Free Speech Magenta

📋 copy color: '#EC4ACC'

red 236 ◦ green 74 ◦ blue 204

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

Shades of Free Speech Magenta #EC4ACC

Tints of Free Speech Magenta #EC4ACC

RGB

 RED value IS 236 (92.58% from 255) = 45.91%

 GREEN value IS 74 (29.3% from 255) = 14.4%

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

R = 45.91%
G = 14.4%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC4ACC (or 0xEC4ACC) is known color: Free Speech Magenta. HEX triplet: EC, 4A and CC. RGB value is (236,74,204). Sum of RGB (Red+Green+Blue) = 236+74+204=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4ACC is #13B533. Grayscale: #888888. Windows color (decimal): -1291572 or 13388524. OLE color: 13388524.

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

Color convert

RGB 236 74 204 -
CMYK 0 0.69 0.14 0.07
HSL 311.85º 0.81% 0.61% -
HSV(B) 311.85º 0.69% 0.93% -
XYZ 47.94 27.09 59.83 -
YUV 137.26 165.67 198.43 -
System Red Green Blue C M Y K H S L
Decimal 236 74 204 0 0.69 0.14 0.07 311.85 0.81 0.61
Hex EC 4A CC 0 45 E 7 138 51 3D
Octal 354 112 314 0 105 16 7 470 121 75
Binary 11101100 1001010 11001100 0 1000101 1110 111 100111000 1010001 111101

Color Harmonies of #EC4ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4ACC

Black with #EC4ACC

Text Example


Text Example

White with #EC4ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4ACC; }

 p { color: rgb(236,74,204); }

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

background-color css

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

 a { background-color: rgb(236,74,204); }

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

border-color css

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

 span { border-color: rgb(236,74,204); }

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