Html Css Color HEX #EC4BD0 Free Speech Magenta

📋 copy color: '#EC4BD0'

red 236 ◦ green 75 ◦ blue 208

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

Shades of Free Speech Magenta #EC4BD0

Tints of Free Speech Magenta #EC4BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.08%

R = 45.47%
G = 14.45%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC4BD0 (or 0xEC4BD0) is known color: Free Speech Magenta. HEX triplet: EC, 4B and D0. RGB value is (236,75,208). Sum of RGB (Red+Green+Blue) = 236+75+208=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BD0 is #13B42F. Grayscale: #898989. Windows color (decimal): -1291312 or 13650924. OLE color: 13650924.

HSL color Cylindrical-coordinate representation of color #EC4BD0: hue angle of 310.43º 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 #EC4BD0 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 75 208 -
CMYK 0 0.68 0.12 0.07
HSL 310.43º 0.81% 0.61% -
HSV(B) 310.43º 0.68% 0.93% -
XYZ 48.49 27.42 62.41 -
YUV 138.3 167.34 197.69 -
System Red Green Blue C M Y K H S L
Decimal 236 75 208 0 0.68 0.12 0.07 310.43 0.81 0.61
Hex EC 4B D0 0 44 C 7 136 51 3D
Octal 354 113 320 0 104 14 7 466 121 75
Binary 11101100 1001011 11010000 0 1000100 1100 111 100110110 1010001 111101

Color Harmonies of #EC4BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4BD0

Black with #EC4BD0

Text Example


Text Example

White with #EC4BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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