Html Css Color HEX #EC4BD4 Free Speech Magenta

📋 copy color: '#EC4BD4'

red 236 ◦ green 75 ◦ blue 212

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

Shades of Free Speech Magenta #EC4BD4

Tints of Free Speech Magenta #EC4BD4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.34%

 BLUE value IS 212 (83.2% from 255) = 40.54%

R = 45.12%
G = 14.34%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC4BD4 (or 0xEC4BD4) is known color: Free Speech Magenta. HEX triplet: EC, 4B and D4. RGB value is (236,75,212). Sum of RGB (Red+Green+Blue) = 236+75+212=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 75 (29.69% from 255 or 14.34% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BD4 is #13B42B. Grayscale: #8A8A8A. Windows color (decimal): -1291308 or 13913068. OLE color: 13913068.

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

Color convert

RGB 236 75 212 -
CMYK 0 0.68 0.10 0.07
HSL 308.94º 0.81% 0.61% -
HSV(B) 308.94º 0.68% 0.93% -
XYZ 48.99 27.62 65.04 -
YUV 138.76 169.34 197.36 -
System Red Green Blue C M Y K H S L
Decimal 236 75 212 0 0.68 0.10 0.07 308.94 0.81 0.61
Hex EC 4B D4 0 44 A 7 135 51 3D
Octal 354 113 324 0 104 12 7 465 121 75
Binary 11101100 1001011 11010100 0 1000100 1010 111 100110101 1010001 111101

Color Harmonies of #EC4BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4BD4

Black with #EC4BD4

Text Example


Text Example

White with #EC4BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4BD4; }

 p { color: rgb(236,75,212); }

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

background-color css

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

 a { background-color: rgb(236,75,212); }

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

border-color css

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

 span { border-color: rgb(236,75,212); }

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