Html Css Color HEX #EC55CB Free Speech Magenta

📋 copy color: '#EC55CB'

red 236 ◦ green 85 ◦ blue 203

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

Shades of Free Speech Magenta #EC55CB

Tints of Free Speech Magenta #EC55CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 45.04%
G = 16.22%
B = 38.74%

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

#EC55CB (or 0xEC55CB) is known color: Free Speech Magenta. HEX triplet: EC, 55 and CB. RGB value is (236,85,203). Sum of RGB (Red+Green+Blue) = 236+85+203=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55CB is #13AA34. Grayscale: #8F8F8F. Windows color (decimal): -1288757 or 13325804. OLE color: 13325804.

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

Color convert

RGB 236 85 203 -
CMYK 0 0.64 0.14 0.07
HSL 313.11º 0.8% 0.63% -
HSV(B) 313.11º 0.64% 0.93% -
XYZ 48.62 28.64 59.47 -
YUV 143.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 236 85 203 0 0.64 0.14 0.07 313.11 0.8 0.63
Hex EC 55 CB 0 40 E 7 139 50 3F
Octal 354 125 313 0 100 16 7 471 120 77
Binary 11101100 1010101 11001011 0 1000000 1110 111 100111001 1010000 111111

Color Harmonies of #EC55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55CB

Black with #EC55CB

Text Example


Text Example

White with #EC55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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