Html Css Color HEX #EC5ADD Free Speech Magenta

📋 copy color: '#EC5ADD'

red 236 ◦ green 90 ◦ blue 221

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

Shades of Free Speech Magenta #EC5ADD

Tints of Free Speech Magenta #EC5ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.45%

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

R = 43.14%
G = 16.45%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC5ADD (or 0xEC5ADD) is known color: Free Speech Magenta. HEX triplet: EC, 5A and DD. RGB value is (236,90,221). Sum of RGB (Red+Green+Blue) = 236+90+221=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ADD is #13A522. Grayscale: #949494. Windows color (decimal): -1287459 or 14506732. OLE color: 14506732.

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

Color convert

RGB 236 90 221 -
CMYK 0 0.62 0.06 0.07
HSL 306.16º 0.79% 0.64% -
HSV(B) 306.16º 0.62% 0.93% -
XYZ 51.3 30.37 71.56 -
YUV 148.59 168.87 190.35 -
System Red Green Blue C M Y K H S L
Decimal 236 90 221 0 0.62 0.06 0.07 306.16 0.79 0.64
Hex EC 5A DD 0 3E 6 7 132 4F 40
Octal 354 132 335 0 76 6 7 462 117 100
Binary 11101100 1011010 11011101 0 111110 110 111 100110010 1001111 1000000

Color Harmonies of #EC5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5ADD

Black with #EC5ADD

Text Example


Text Example

White with #EC5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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