Html Css Color HEX #EC6ADE Free Speech Magenta

📋 copy color: '#EC6ADE'

red 236 ◦ green 106 ◦ blue 222

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

Shades of Free Speech Magenta #EC6ADE

Tints of Free Speech Magenta #EC6ADE

RGB

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

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

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

R = 41.84%
G = 18.79%
B = 39.36%

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

#EC6ADE (or 0xEC6ADE) is known color: Free Speech Magenta. HEX triplet: EC, 6A and DE. RGB value is (236,106,222). Sum of RGB (Red+Green+Blue) = 236+106+222=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ADE is #139521. Grayscale: #9D9D9D. Windows color (decimal): -1283362 or 14576364. OLE color: 14576364.

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

Color convert

RGB 236 106 222 -
CMYK 0 0.55 0.06 0.07
HSL 306.46º 0.77% 0.67% -
HSV(B) 306.46º 0.55% 0.93% -
XYZ 52.93 33.41 72.77 -
YUV 158.09 164.07 183.57 -
System Red Green Blue C M Y K H S L
Decimal 236 106 222 0 0.55 0.06 0.07 306.46 0.77 0.67
Hex EC 6A DE 0 37 6 7 132 4D 43
Octal 354 152 336 0 67 6 7 462 115 103
Binary 11101100 1101010 11011110 0 110111 110 111 100110010 1001101 1000011

Color Harmonies of #EC6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6ADE

Black with #EC6ADE

Text Example


Text Example

White with #EC6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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