#EB6CE4

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

Shades of Free Speech Magenta #EB6CE4

Tints of Free Speech Magenta #EB6CE4

Color information

#EB6CE4 (or 0xEB6CE4) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 6C and E4. RGB value is (235,108,228). Sum of RGB (Red+Green+Blue) = 235+108+228=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 108 (42.58% from 255 or 18.91% from 571); Blue value is 228 (89.45% from 255 or 39.93% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6CE4 is #14931B. Grayscale: #9F9F9F. Windows color (decimal): -1348380 or 14970091. OLE color: 14970091.

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

Color convert

RGB235108228-
CMYK00.540.030.08
HSL303.31º76.05%67.25%-
HSV(B)303.31º54.04%92.16%-
XYZ53.6333.9977.13-
YUV159.65166.58181.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 108 (42.58% from 255) = 18.91%
BLUE value IS 228 (89.45% from 255) = 39.93%
R=41.16%
G=18.91%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510822800.540.030.08303.3176.0567.25
HexEB6CE40363812f4c43
Octal353154344066310457114103
Binary11101011110110011100100011011011100010010111110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6CE4; }

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

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

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

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

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

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

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

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