#EC69E6

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

Shades of Free Speech Magenta #EC69E6

Tints of Free Speech Magenta #EC69E6

Color information

#EC69E6 (or 0xEC69E6) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 69 and E6. RGB value is (236,105,230). Sum of RGB (Red+Green+Blue) = 236+105+230=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 105 (41.41% from 255 or 18.39% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69E6 is #139619. Grayscale: #9E9E9E. Windows color (decimal): -1283610 or 15100396. OLE color: 15100396.

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

Color convert

RGB236105230-
CMYK00.560.030.07
HSL302.75º77.51%66.86%-
HSV(B)302.75º55.51%92.55%-
XYZ53.9333.6578.52-
YUV158.42168.4183.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 105 (41.41% from 255) = 18.39%
BLUE value IS 230 (90.23% from 255) = 40.28%
R=41.33%
G=18.39%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610523000.560.030.07302.7577.5166.86
HexEC69E60383712f4e43
Octal35415134607037457116103
Binary1110110011010011110011001110001111110010111110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC69E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC69E6; }

 p { color: rgb(236,105,230); }

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

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

 a { background-color: rgb(236,105,230); }

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

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

 span { border-color: rgb(236,105,230); }

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