Html Css Color HEX #EC68DB Free Speech Magenta

📋 copy color: '#EC68DB'

red 236 ◦ green 104 ◦ blue 219

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

Shades of Free Speech Magenta #EC68DB

Tints of Free Speech Magenta #EC68DB

RGB

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

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

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

R = 42.22%
G = 18.6%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC68DB (or 0xEC68DB) is known color: Free Speech Magenta. HEX triplet: EC, 68 and DB. RGB value is (236,104,219). Sum of RGB (Red+Green+Blue) = 236+104+219=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68DB is #139724. Grayscale: #9C9C9C. Windows color (decimal): -1283877 or 14379244. OLE color: 14379244.

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

Color convert

RGB 236 104 219 -
CMYK 0 0.56 0.07 0.07
HSL 307.73º 0.78% 0.67% -
HSV(B) 307.73º 0.56% 0.93% -
XYZ 52.33 32.85 70.6 -
YUV 156.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 236 104 219 0 0.56 0.07 0.07 307.73 0.78 0.67
Hex EC 68 DB 0 38 7 7 134 4E 43
Octal 354 150 333 0 70 7 7 464 116 103
Binary 11101100 1101000 11011011 0 111000 111 111 100110100 1001110 1000011

Color Harmonies of #EC68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC68DB

Black with #EC68DB

Text Example


Text Example

White with #EC68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC68DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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