Html Css Color HEX #EC6ADD Free Speech Magenta

📋 copy color: '#EC6ADD'

red 236 ◦ green 106 ◦ blue 221

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

Shades of Free Speech Magenta #EC6ADD

Tints of Free Speech Magenta #EC6ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.83%

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

R = 41.92%
G = 18.83%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC6ADD (or 0xEC6ADD) is known color: Free Speech Magenta. HEX triplet: EC, 6A and DD. RGB value is (236,106,221). Sum of RGB (Red+Green+Blue) = 236+106+221=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ADD is #139522. Grayscale: #9D9D9D. Windows color (decimal): -1283363 or 14510828. OLE color: 14510828.

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

Color convert

RGB 236 106 221 -
CMYK 0 0.55 0.06 0.07
HSL 306.92º 0.77% 0.67% -
HSV(B) 306.92º 0.55% 0.93% -
XYZ 52.8 33.36 72.06 -
YUV 157.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 236 106 221 0 0.55 0.06 0.07 306.92 0.77 0.67
Hex EC 6A DD 0 37 6 7 133 4D 43
Octal 354 152 335 0 67 6 7 463 115 103
Binary 11101100 1101010 11011101 0 110111 110 111 100110011 1001101 1000011

Color Harmonies of #EC6ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6ADD

Black with #EC6ADD

Text Example


Text Example

White with #EC6ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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