Html Css Color HEX #EC55CA Free Speech Magenta

📋 copy color: '#EC55CA'

red 236 ◦ green 85 ◦ blue 202

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

Shades of Free Speech Magenta #EC55CA

Tints of Free Speech Magenta #EC55CA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.25%

 BLUE value IS 202 (79.3% from 255) = 38.62%

R = 45.12%
G = 16.25%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC55CA (or 0xEC55CA) is known color: Free Speech Magenta. HEX triplet: EC, 55 and CA. RGB value is (236,85,202). Sum of RGB (Red+Green+Blue) = 236+85+202=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55CA is #13AA35. Grayscale: #8F8F8F. Windows color (decimal): -1288758 or 13260268. OLE color: 13260268.

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

Color convert

RGB 236 85 202 -
CMYK 0 0.64 0.14 0.07
HSL 313.51º 0.8% 0.63% -
HSV(B) 313.51º 0.64% 0.93% -
XYZ 48.5 28.59 58.84 -
YUV 143.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 236 85 202 0 0.64 0.14 0.07 313.51 0.8 0.63
Hex EC 55 CA 0 40 E 7 13A 50 3F
Octal 354 125 312 0 100 16 7 472 120 77
Binary 11101100 1010101 11001010 0 1000000 1110 111 100111010 1010000 111111

Color Harmonies of #EC55CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55CA

Black with #EC55CA

Text Example


Text Example

White with #EC55CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55CA; }

 p { color: rgb(236,85,202); }

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

background-color css

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

 a { background-color: rgb(236,85,202); }

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

border-color css

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

 span { border-color: rgb(236,85,202); }

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