Html Css Color HEX #EC58EE Free Speech Magenta

📋 copy color: '#EC58EE'

red 236 ◦ green 88 ◦ blue 238

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

Shades of Free Speech Magenta #EC58EE

Tints of Free Speech Magenta #EC58EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.35%

R = 41.99%
G = 15.66%
B = 42.35%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC58EE (or 0xEC58EE) is known color: Free Speech Magenta. HEX triplet: EC, 58 and EE. RGB value is (236,88,238). Sum of RGB (Red+Green+Blue) = 236+88+238=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 88 (34.77% from 255 or 15.66% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC58EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC58EE is #13A711. Grayscale: #949494. Windows color (decimal): -1287954 or 15620332. OLE color: 15620332.

HSL color Cylindrical-coordinate representation of color #EC58EE: hue angle of 299.2º degrees, saturation: 0.82, 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 #EC58EE is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 88 238 -
CMYK 0.01 0.63 0 0.07
HSL 299.2º 0.82% 0.64% -
HSV(B) 299.2º 0.63% 0.93% -
XYZ 53.51 30.99 84.05 -
YUV 149.35 178.03 189.8 -
System Red Green Blue C M Y K H S L
Decimal 236 88 238 0.01 0.63 0 0.07 299.2 0.82 0.64
Hex EC 58 EE 1 3F 0 7 12B 52 40
Octal 354 130 356 1 77 0 7 453 122 100
Binary 11101100 1011000 11101110 1 111111 0 111 100101011 1010010 1000000

Color Harmonies of #EC58EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58EE

Black with #EC58EE

Text Example


Text Example

White with #EC58EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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