Html Css Color HEX #EC5FD4 Free Speech Magenta

📋 copy color: '#EC5FD4'

red 236 ◦ green 95 ◦ blue 212

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

Shades of Free Speech Magenta #EC5FD4

Tints of Free Speech Magenta #EC5FD4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.5%

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

R = 43.46%
G = 17.5%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC5FD4 (or 0xEC5FD4) is known color: Free Speech Magenta. HEX triplet: EC, 5F and D4. RGB value is (236,95,212). Sum of RGB (Red+Green+Blue) = 236+95+212=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FD4 is #13A02B. Grayscale: #969696. Windows color (decimal): -1286188 or 13918188. OLE color: 13918188.

HSL color Cylindrical-coordinate representation of color #EC5FD4: hue angle of 310.21º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5FD4 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 95 212 -
CMYK 0 0.60 0.10 0.07
HSL 310.21º 0.79% 0.65% -
HSV(B) 310.21º 0.6% 0.93% -
XYZ 50.57 30.77 65.56 -
YUV 150.5 162.71 188.99 -
System Red Green Blue C M Y K H S L
Decimal 236 95 212 0 0.60 0.10 0.07 310.21 0.79 0.65
Hex EC 5F D4 0 3C A 7 136 4F 41
Octal 354 137 324 0 74 12 7 466 117 101
Binary 11101100 1011111 11010100 0 111100 1010 111 100110110 1001111 1000001

Color Harmonies of #EC5FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5FD4

Black with #EC5FD4

Text Example


Text Example

White with #EC5FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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