Html Css Color HEX #EC68CE Free Speech Magenta

📋 copy color: '#EC68CE'

red 236 ◦ green 104 ◦ blue 206

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

Shades of Free Speech Magenta #EC68CE

Tints of Free Speech Magenta #EC68CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 43.22%
G = 19.05%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC68CE (or 0xEC68CE) is known color: Free Speech Magenta. HEX triplet: EC, 68 and CE. RGB value is (236,104,206). Sum of RGB (Red+Green+Blue) = 236+104+206=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68CE is #139731. Grayscale: #9A9A9A. Windows color (decimal): -1283890 or 13527276. OLE color: 13527276.

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

Color convert

RGB 236 104 206 -
CMYK 0 0.56 0.13 0.07
HSL 313.64º 0.78% 0.67% -
HSV(B) 313.64º 0.56% 0.93% -
XYZ 50.68 32.19 61.93 -
YUV 155.1 156.73 185.71 -
System Red Green Blue C M Y K H S L
Decimal 236 104 206 0 0.56 0.13 0.07 313.64 0.78 0.67
Hex EC 68 CE 0 38 D 7 13A 4E 43
Octal 354 150 316 0 70 15 7 472 116 103
Binary 11101100 1101000 11001110 0 111000 1101 111 100111010 1001110 1000011

Color Harmonies of #EC68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC68CE

Black with #EC68CE

Text Example


Text Example

White with #EC68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC68CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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