Html Css Color HEX #EC58CB Free Speech Magenta

📋 copy color: '#EC58CB'

red 236 ◦ green 88 ◦ blue 203

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

Shades of Free Speech Magenta #EC58CB

Tints of Free Speech Magenta #EC58CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.7%

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

R = 44.78%
G = 16.7%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC58CB (or 0xEC58CB) is known color: Free Speech Magenta. HEX triplet: EC, 58 and CB. RGB value is (236,88,203). Sum of RGB (Red+Green+Blue) = 236+88+203=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58CB is #13A734. Grayscale: #919191. Windows color (decimal): -1287989 or 13326572. OLE color: 13326572.

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

Color convert

RGB 236 88 203 -
CMYK 0 0.63 0.14 0.07
HSL 313.38º 0.8% 0.64% -
HSV(B) 313.38º 0.63% 0.93% -
XYZ 48.86 29.12 59.55 -
YUV 145.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 236 88 203 0 0.63 0.14 0.07 313.38 0.8 0.64
Hex EC 58 CB 0 3F E 7 139 50 40
Octal 354 130 313 0 77 16 7 471 120 100
Binary 11101100 1011000 11001011 0 111111 1110 111 100111001 1010000 1000000

Color Harmonies of #EC58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58CB

Black with #EC58CB

Text Example


Text Example

White with #EC58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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