#EC67DB

Color #EC67DB Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EC67DB

Tints of Free Speech Magenta #EC67DB

Color information

#EC67DB (or 0xEC67DB) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 67 and DB. RGB value is (236,103,219). Sum of RGB (Red+Green+Blue) = 236+103+219=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 103 (40.62% from 255 or 18.46% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67DB is #139824. Grayscale: #9B9B9B. Windows color (decimal): -1284133 or 14378988. OLE color: 14378988.

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

Color convert

RGB236103219-
CMYK00.560.070.07
HSL307.67º77.78%66.47%-
HSV(B)307.67º56.36%92.55%-
XYZ52.2332.6570.57-
YUV155.99163.56185.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 103 (40.62% from 255) = 18.46%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=42.29%
G=18.46%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610321900.560.070.07307.6777.7866.47
HexEC67DB038771344e42
Octal35414733307077464116102
Binary11101100110011111011011011100011111110011010010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC67DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC67DB; }

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

 H1.HeaderClassName
 {
   color: #EC67DB;
 }
 .AnyTagClassName
 {
   color: #EC67DB;
 }
</style>
background-color css

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

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

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

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

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

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