Html Css Color HEX #EC62D4 Free Speech Magenta

📋 copy color: '#EC62D4'

red 236 ◦ green 98 ◦ blue 212

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

Shades of Free Speech Magenta #EC62D4

Tints of Free Speech Magenta #EC62D4

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.95%

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

R = 43.22%
G = 17.95%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC62D4 (or 0xEC62D4) is known color: Free Speech Magenta. HEX triplet: EC, 62 and D4. RGB value is (236,98,212). Sum of RGB (Red+Green+Blue) = 236+98+212=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 98 (38.67% from 255 or 17.95% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62D4 is #139D2B. Grayscale: #979797. Windows color (decimal): -1285420 or 13918956. OLE color: 13918956.

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

Color convert

RGB 236 98 212 -
CMYK 0 0.58 0.10 0.07
HSL 310.43º 0.78% 0.65% -
HSV(B) 310.43º 0.58% 0.93% -
XYZ 50.84 31.32 65.65 -
YUV 152.26 161.72 187.73 -
System Red Green Blue C M Y K H S L
Decimal 236 98 212 0 0.58 0.10 0.07 310.43 0.78 0.65
Hex EC 62 D4 0 3A A 7 136 4E 41
Octal 354 142 324 0 72 12 7 466 116 101
Binary 11101100 1100010 11010100 0 111010 1010 111 100110110 1001110 1000001

Color Harmonies of #EC62D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC62D4

Black with #EC62D4

Text Example


Text Example

White with #EC62D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC62D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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