Html Css Color HEX #EC6CDA Free Speech Magenta

📋 copy color: '#EC6CDA'

red 236 ◦ green 108 ◦ blue 218

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

Shades of Free Speech Magenta #EC6CDA

Tints of Free Speech Magenta #EC6CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.22%

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 41.99%
G = 19.22%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC6CDA (or 0xEC6CDA) is known color: Free Speech Magenta. HEX triplet: EC, 6C and DA. RGB value is (236,108,218). Sum of RGB (Red+Green+Blue) = 236+108+218=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 108 (42.58% from 255 or 19.22% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CDA is #139325. Grayscale: #9E9E9E. Windows color (decimal): -1282854 or 14314732. OLE color: 14314732.

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

Color convert

RGB 236 108 218 -
CMYK 0 0.54 0.08 0.07
HSL 308.44º 0.77% 0.67% -
HSV(B) 308.44º 0.54% 0.93% -
XYZ 52.61 33.62 70.05 -
YUV 158.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 236 108 218 0 0.54 0.08 0.07 308.44 0.77 0.67
Hex EC 6C DA 0 36 8 7 134 4D 43
Octal 354 154 332 0 66 10 7 464 115 103
Binary 11101100 1101100 11011010 0 110110 1000 111 100110100 1001101 1000011

Color Harmonies of #EC6CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6CDA

Black with #EC6CDA

Text Example


Text Example

White with #EC6CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6CDA; }

 p { color: rgb(236,108,218); }

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

background-color css

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

 a { background-color: rgb(236,108,218); }

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

border-color css

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

 span { border-color: rgb(236,108,218); }

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