#EB6CE2

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

Shades of Free Speech Magenta #EB6CE2

Tints of Free Speech Magenta #EB6CE2

Color information

#EB6CE2 (or 0xEB6CE2) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 6C and E2. RGB value is (235,108,226). Sum of RGB (Red+Green+Blue) = 235+108+226=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 108 (42.58% from 255 or 18.98% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6CE2 is #14931D. Grayscale: #9F9F9F. Windows color (decimal): -1348382 or 14839019. OLE color: 14839019.

HSL color Cylindrical-coordinate representation of color #EB6CE2: hue angle of 304.25º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6CE2 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235108226-
CMYK00.540.040.08
HSL304.25º76.05%67.25%-
HSV(B)304.25º54.04%92.16%-
XYZ53.3533.8875.68-
YUV159.43165.58181.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 108 (42.58% from 255) = 18.98%
BLUE value IS 226 (88.67% from 255) = 39.72%
R=41.30%
G=18.98%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510822600.540.040.08304.2576.0567.25
HexEB6CE2036481304c43
Octal353154342066410460114103
Binary111010111101100111000100110110100100010011000010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6CE2; }

 p { color: rgb(235,108,226); }

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

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

 a { background-color: rgb(235,108,226); }

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

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

 span { border-color: rgb(235,108,226); }

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