#EB67E5

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

Shades of Free Speech Magenta #EB67E5

Tints of Free Speech Magenta #EB67E5

Color information

#EB67E5 (or 0xEB67E5) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 67 and E5. RGB value is (235,103,229). Sum of RGB (Red+Green+Blue) = 235+103+229=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 103 (40.62% from 255 or 18.17% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB67E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB67E5 is #14981A. Grayscale: #9C9C9C. Windows color (decimal): -1349659 or 15034347. OLE color: 15034347.

HSL color Cylindrical-coordinate representation of color #EB67E5: hue angle of 302.73º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB67E5 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235103229-
CMYK00.560.030.08
HSL302.73º76.74%66.27%-
HSV(B)302.73º56.17%92.16%-
XYZ53.2533.0277.7-
YUV156.83168.73183.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 103 (40.62% from 255) = 18.17%
BLUE value IS 229 (89.84% from 255) = 40.39%
R=41.45%
G=18.17%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510322900.560.030.08302.7376.7466.27
HexEB67E50383812f4d42
Octal353147345070310457115102
Binary11101011110011111100101011100011100010010111110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB67E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB67E5; }

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

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

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

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

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

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

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

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