Html Css Color HEX #EC52CD Free Speech Magenta

📋 copy color: '#EC52CD'

red 236 ◦ green 82 ◦ blue 205

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

Shades of Free Speech Magenta #EC52CD

Tints of Free Speech Magenta #EC52CD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.68%

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 45.12%
G = 15.68%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC52CD (or 0xEC52CD) is known color: Free Speech Magenta. HEX triplet: EC, 52 and CD. RGB value is (236,82,205). Sum of RGB (Red+Green+Blue) = 236+82+205=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52CD is #13AD32. Grayscale: #8D8D8D. Windows color (decimal): -1289523 or 13456108. OLE color: 13456108.

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

Color convert

RGB 236 82 205 -
CMYK 0 0.65 0.13 0.07
HSL 312.08º 0.8% 0.62% -
HSV(B) 312.08º 0.65% 0.93% -
XYZ 48.63 28.28 60.65 -
YUV 142.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 236 82 205 0 0.65 0.13 0.07 312.08 0.8 0.62
Hex EC 52 CD 0 41 D 7 138 50 3E
Octal 354 122 315 0 101 15 7 470 120 76
Binary 11101100 1010010 11001101 0 1000001 1101 111 100111000 1010000 111110

Color Harmonies of #EC52CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC52CD

Black with #EC52CD

Text Example


Text Example

White with #EC52CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC52CD; }

 p { color: rgb(236,82,205); }

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

background-color css

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

 a { background-color: rgb(236,82,205); }

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

border-color css

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

 span { border-color: rgb(236,82,205); }

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