Html Css Color HEX #EC5EDE Free Speech Magenta

📋 copy color: '#EC5EDE'

red 236 ◦ green 94 ◦ blue 222

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

Shades of Free Speech Magenta #EC5EDE

Tints of Free Speech Magenta #EC5EDE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.03%

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 42.75%
G = 17.03%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC5EDE (or 0xEC5EDE) is known color: Free Speech Magenta. HEX triplet: EC, 5E and DE. RGB value is (236,94,222). Sum of RGB (Red+Green+Blue) = 236+94+222=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 94 (37.11% from 255 or 17.03% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5EDE is #13A121. Grayscale: #969696. Windows color (decimal): -1286434 or 14573292. OLE color: 14573292.

HSL color Cylindrical-coordinate representation of color #EC5EDE: hue angle of 305.92º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5EDE is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 94 222 -
CMYK 0 0.60 0.06 0.07
HSL 305.92º 0.79% 0.65% -
HSV(B) 305.92º 0.6% 0.93% -
XYZ 51.78 31.11 72.38 -
YUV 151.05 168.04 188.59 -
System Red Green Blue C M Y K H S L
Decimal 236 94 222 0 0.60 0.06 0.07 305.92 0.79 0.65
Hex EC 5E DE 0 3C 6 7 132 4F 41
Octal 354 136 336 0 74 6 7 462 117 101
Binary 11101100 1011110 11011110 0 111100 110 111 100110010 1001111 1000001

Color Harmonies of #EC5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5EDE

Black with #EC5EDE

Text Example


Text Example

White with #EC5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5EDE; }

 p { color: rgb(236,94,222); }

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

background-color css

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

 a { background-color: rgb(236,94,222); }

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

border-color css

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

 span { border-color: rgb(236,94,222); }

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