Html Css Color HEX #EC6ADB Free Speech Magenta

📋 copy color: '#EC6ADB'

red 236 ◦ green 106 ◦ blue 219

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

Shades of Free Speech Magenta #EC6ADB

Tints of Free Speech Magenta #EC6ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.04%

R = 42.07%
G = 18.89%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC6ADB (or 0xEC6ADB) is known color: Free Speech Magenta. HEX triplet: EC, 6A and DB. RGB value is (236,106,219). Sum of RGB (Red+Green+Blue) = 236+106+219=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 106 (41.80% from 255 or 18.89% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ADB is #139524. Grayscale: #9D9D9D. Windows color (decimal): -1283365 or 14379756. OLE color: 14379756.

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

Color convert

RGB 236 106 219 -
CMYK 0 0.55 0.07 0.07
HSL 307.85º 0.77% 0.67% -
HSV(B) 307.85º 0.55% 0.93% -
XYZ 52.53 33.26 70.67 -
YUV 157.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 236 106 219 0 0.55 0.07 0.07 307.85 0.77 0.67
Hex EC 6A DB 0 37 7 7 134 4D 43
Octal 354 152 333 0 67 7 7 464 115 103
Binary 11101100 1101010 11011011 0 110111 111 111 100110100 1001101 1000011

Color Harmonies of #EC6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6ADB

Black with #EC6ADB

Text Example


Text Example

White with #EC6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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