Html Css Color HEX #EC55CE Free Speech Magenta

📋 copy color: '#EC55CE'

red 236 ◦ green 85 ◦ blue 206

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

Shades of Free Speech Magenta #EC55CE

Tints of Free Speech Magenta #EC55CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 44.78%
G = 16.13%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC55CE (or 0xEC55CE) is known color: Free Speech Magenta. HEX triplet: EC, 55 and CE. RGB value is (236,85,206). Sum of RGB (Red+Green+Blue) = 236+85+206=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55CE is #13AA31. Grayscale: #8F8F8F. Windows color (decimal): -1288754 or 13522412. OLE color: 13522412.

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

Color convert

RGB 236 85 206 -
CMYK 0 0.64 0.13 0.07
HSL 311.92º 0.8% 0.63% -
HSV(B) 311.92º 0.64% 0.93% -
XYZ 48.98 28.79 61.37 -
YUV 143.94 163.03 193.66 -
System Red Green Blue C M Y K H S L
Decimal 236 85 206 0 0.64 0.13 0.07 311.92 0.8 0.63
Hex EC 55 CE 0 40 D 7 138 50 3F
Octal 354 125 316 0 100 15 7 470 120 77
Binary 11101100 1010101 11001110 0 1000000 1101 111 100111000 1010000 111111

Color Harmonies of #EC55CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55CE

Black with #EC55CE

Text Example


Text Example

White with #EC55CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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