Html Css Color HEX #EC5EDD Free Speech Magenta

📋 copy color: '#EC5EDD'

red 236 ◦ green 94 ◦ blue 221

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

Shades of Free Speech Magenta #EC5EDD

Tints of Free Speech Magenta #EC5EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 42.83%
G = 17.06%
B = 40.11%

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

#EC5EDD (or 0xEC5EDD) is known color: Free Speech Magenta. HEX triplet: EC, 5E and DD. RGB value is (236,94,221). Sum of RGB (Red+Green+Blue) = 236+94+221=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 94 (37.11% from 255 or 17.06% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5EDD is #13A122. Grayscale: #969696. Windows color (decimal): -1286435 or 14507756. OLE color: 14507756.

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

Color convert

RGB 236 94 221 -
CMYK 0 0.60 0.06 0.07
HSL 306.34º 0.79% 0.65% -
HSV(B) 306.34º 0.6% 0.93% -
XYZ 51.65 31.06 71.68 -
YUV 150.94 167.54 188.67 -
System Red Green Blue C M Y K H S L
Decimal 236 94 221 0 0.60 0.06 0.07 306.34 0.79 0.65
Hex EC 5E DD 0 3C 6 7 132 4F 41
Octal 354 136 335 0 74 6 7 462 117 101
Binary 11101100 1011110 11011101 0 111100 110 111 100110010 1001111 1000001

Color Harmonies of #EC5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5EDD

Black with #EC5EDD

Text Example


Text Example

White with #EC5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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