Html Css Color HEX #EC52CB Free Speech Magenta

📋 copy color: '#EC52CB'

red 236 ◦ green 82 ◦ blue 203

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

Shades of Free Speech Magenta #EC52CB

Tints of Free Speech Magenta #EC52CB

RGB

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

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

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

R = 45.3%
G = 15.74%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC52CB (or 0xEC52CB) is known color: Free Speech Magenta. HEX triplet: EC, 52 and CB. RGB value is (236,82,203). Sum of RGB (Red+Green+Blue) = 236+82+203=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52CB is #13AD34. Grayscale: #8D8D8D. Windows color (decimal): -1289525 or 13325036. OLE color: 13325036.

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

Color convert

RGB 236 82 203 -
CMYK 0 0.65 0.14 0.07
HSL 312.86º 0.8% 0.62% -
HSV(B) 312.86º 0.65% 0.93% -
XYZ 48.39 28.18 59.39 -
YUV 141.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 236 82 203 0 0.65 0.14 0.07 312.86 0.8 0.62
Hex EC 52 CB 0 41 E 7 139 50 3E
Octal 354 122 313 0 101 16 7 471 120 76
Binary 11101100 1010010 11001011 0 1000001 1110 111 100111001 1010000 111110

Color Harmonies of #EC52CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC52CB

Black with #EC52CB

Text Example


Text Example

White with #EC52CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC52CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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