Html Css Color HEX #EC68D5 Free Speech Magenta

📋 copy color: '#EC68D5'

red 236 ◦ green 104 ◦ blue 213

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

Shades of Free Speech Magenta #EC68D5

Tints of Free Speech Magenta #EC68D5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.81%

 BLUE value IS 213 (83.59% from 255) = 38.52%

R = 42.68%
G = 18.81%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC68D5 (or 0xEC68D5) is known color: Free Speech Magenta. HEX triplet: EC, 68 and D5. RGB value is (236,104,213). Sum of RGB (Red+Green+Blue) = 236+104+213=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68D5 is #13972A. Grayscale: #9B9B9B. Windows color (decimal): -1283883 or 13986028. OLE color: 13986028.

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

Color convert

RGB 236 104 213 -
CMYK 0 0.56 0.10 0.07
HSL 310.45º 0.78% 0.67% -
HSV(B) 310.45º 0.56% 0.93% -
XYZ 51.55 32.54 66.51 -
YUV 155.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 236 104 213 0 0.56 0.10 0.07 310.45 0.78 0.67
Hex EC 68 D5 0 38 A 7 136 4E 43
Octal 354 150 325 0 70 12 7 466 116 103
Binary 11101100 1101000 11010101 0 111000 1010 111 100110110 1001110 1000011

Color Harmonies of #EC68D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC68D5

Black with #EC68D5

Text Example


Text Example

White with #EC68D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC68D5; }

 p { color: rgb(236,104,213); }

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

background-color css

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

 a { background-color: rgb(236,104,213); }

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

border-color css

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

 span { border-color: rgb(236,104,213); }

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