#EB67ED

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

Shades of Free Speech Magenta #EB67ED

Tints of Free Speech Magenta #EB67ED

Color information

#EB67ED (or 0xEB67ED) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 67 and ED. RGB value is (235,103,237). Sum of RGB (Red+Green+Blue) = 235+103+237=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 103 (40.62% from 255 or 17.91% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB67ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB67ED is #149812. Grayscale: #9D9D9D. Windows color (decimal): -1349651 or 15558635. OLE color: 15558635.

HSL color Cylindrical-coordinate representation of color #EB67ED: hue angle of 299.1º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB67ED is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235103237-
CMYK0.010.5700.07
HSL299.1º78.82%66.67%-
HSV(B)299.1º56.54%92.94%-
XYZ54.433.4883.72-
YUV157.74172.73183.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 103 (40.62% from 255) = 17.91%
BLUE value IS 237 (92.97% from 255) = 41.22%
R=40.87%
G=17.91%
B=41.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351032370.010.5700.07299.178.8266.67
HexEB67ED1390712b4f43
Octal35314735517107453117103
Binary111010111100111111011011111001011110010101110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB67ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB67ED; }

 p { color: rgb(235,103,237); }

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

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

 a { background-color: rgb(235,103,237); }

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

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

 span { border-color: rgb(235,103,237); }

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