Html Css Color HEX #EC62C9 Free Speech Magenta

📋 copy color: '#EC62C9'

red 236 ◦ green 98 ◦ blue 201

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

Shades of Free Speech Magenta #EC62C9

Tints of Free Speech Magenta #EC62C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.57%

R = 44.11%
G = 18.32%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EC62C9 (or 0xEC62C9) is known color: Free Speech Magenta. HEX triplet: EC, 62 and C9. RGB value is (236,98,201). Sum of RGB (Red+Green+Blue) = 236+98+201=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 98 (38.67% from 255 or 18.32% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62C9 is #139D36. Grayscale: #969696. Windows color (decimal): -1285431 or 13198060. OLE color: 13198060.

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

Color convert

RGB 236 98 201 -
CMYK 0 0.58 0.15 0.07
HSL 315.22º 0.78% 0.65% -
HSV(B) 315.22º 0.58% 0.93% -
XYZ 49.5 30.79 58.59 -
YUV 151 156.22 188.62 -
System Red Green Blue C M Y K H S L
Decimal 236 98 201 0 0.58 0.15 0.07 315.22 0.78 0.65
Hex EC 62 C9 0 3A F 7 13B 4E 41
Octal 354 142 311 0 72 17 7 473 116 101
Binary 11101100 1100010 11001001 0 111010 1111 111 100111011 1001110 1000001

Color Harmonies of #EC62C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC62C9

Black with #EC62C9

Text Example


Text Example

White with #EC62C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC62C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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