Html Css Color HEX #EC5FD2 Free Speech Magenta

📋 copy color: '#EC5FD2'

red 236 ◦ green 95 ◦ blue 210

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

Shades of Free Speech Magenta #EC5FD2

Tints of Free Speech Magenta #EC5FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.82%

R = 43.62%
G = 17.56%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC5FD2 (or 0xEC5FD2) is known color: Free Speech Magenta. HEX triplet: EC, 5F and D2. RGB value is (236,95,210). Sum of RGB (Red+Green+Blue) = 236+95+210=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FD2 is #13A02D. Grayscale: #959595. Windows color (decimal): -1286190 or 13787116. OLE color: 13787116.

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

Color convert

RGB 236 95 210 -
CMYK 0 0.60 0.11 0.07
HSL 311.06º 0.79% 0.65% -
HSV(B) 311.06º 0.6% 0.93% -
XYZ 50.32 30.67 64.24 -
YUV 150.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 236 95 210 0 0.60 0.11 0.07 311.06 0.79 0.65
Hex EC 5F D2 0 3C B 7 137 4F 41
Octal 354 137 322 0 74 13 7 467 117 101
Binary 11101100 1011111 11010010 0 111100 1011 111 100110111 1001111 1000001

Color Harmonies of #EC5FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5FD2

Black with #EC5FD2

Text Example


Text Example

White with #EC5FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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