Html Css Color HEX #EC5DEE Free Speech Magenta

📋 copy color: '#EC5DEE'

red 236 ◦ green 93 ◦ blue 238

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

Shades of Free Speech Magenta #EC5DEE

Tints of Free Speech Magenta #EC5DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.4%

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

R = 41.62%
G = 16.4%
B = 41.98%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC5DEE (or 0xEC5DEE) is known color: Free Speech Magenta. HEX triplet: EC, 5D and EE. RGB value is (236,93,238). Sum of RGB (Red+Green+Blue) = 236+93+238=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 93 (36.72% from 255 or 16.40% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC5DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5DEE is #13A211. Grayscale: #979797. Windows color (decimal): -1286674 or 15621612. OLE color: 15621612.

HSL color Cylindrical-coordinate representation of color #EC5DEE: hue angle of 299.17º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5DEE is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 93 238 -
CMYK 0.01 0.61 0 0.07
HSL 299.17º 0.81% 0.65% -
HSV(B) 299.17º 0.61% 0.93% -
XYZ 53.94 31.83 84.19 -
YUV 152.29 176.38 187.71 -
System Red Green Blue C M Y K H S L
Decimal 236 93 238 0.01 0.61 0 0.07 299.17 0.81 0.65
Hex EC 5D EE 1 3D 0 7 12B 51 41
Octal 354 135 356 1 75 0 7 453 121 101
Binary 11101100 1011101 11101110 1 111101 0 111 100101011 1010001 1000001

Color Harmonies of #EC5DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DEE

Black with #EC5DEE

Text Example


Text Example

White with #EC5DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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