Html Css Color HEX #EC66DD Free Speech Magenta

📋 copy color: '#EC66DD'

red 236 ◦ green 102 ◦ blue 221

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

Shades of Free Speech Magenta #EC66DD

Tints of Free Speech Magenta #EC66DD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.25%

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

R = 42.22%
G = 18.25%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC66DD (or 0xEC66DD) is known color: Free Speech Magenta. HEX triplet: EC, 66 and DD. RGB value is (236,102,221). Sum of RGB (Red+Green+Blue) = 236+102+221=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 102 (40.23% from 255 or 18.25% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66DD is #139922. Grayscale: #9B9B9B. Windows color (decimal): -1284387 or 14509804. OLE color: 14509804.

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

Color convert

RGB 236 102 221 -
CMYK 0 0.57 0.06 0.07
HSL 306.72º 0.78% 0.66% -
HSV(B) 306.72º 0.57% 0.93% -
XYZ 52.39 32.56 71.93 -
YUV 155.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 236 102 221 0 0.57 0.06 0.07 306.72 0.78 0.66
Hex EC 66 DD 0 39 6 7 133 4E 42
Octal 354 146 335 0 71 6 7 463 116 102
Binary 11101100 1100110 11011101 0 111001 110 111 100110011 1001110 1000010

Color Harmonies of #EC66DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC66DD

Black with #EC66DD

Text Example


Text Example

White with #EC66DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC66DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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