#eb67d3

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

Shades of Free Speech Magenta #EB67D3

Tints of Free Speech Magenta #EB67D3

Color information

#EB67D3 (or 0xEB67D3) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 67 and D3. RGB value is (235,103,211). Sum of RGB (Red+Green+Blue) = 235+103+211=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB67D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB67D3 is #14982C. Grayscale: #9A9A9A. Windows color (decimal): -1349677 or 13854699. OLE color: 13854699.

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

Color convert

RGB235103211-
CMYK00.560.100.08
HSL310.91º76.74%66.27%-
HSV(B)310.91º56.17%92.16%-
XYZ50.8732.0765.14-
YUV154.78159.73185.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 103 (40.62% from 255) = 18.76%
BLUE value IS 211 (82.81% from 255) = 38.43%
R=42.81%
G=18.76%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510321100.560.100.08310.9176.7466.27
HexEB67D3038A81374d42
Octal3531473230701210467115102
Binary1110101111001111101001101110001010100010011011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb67d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb67d3; }

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

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

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

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

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

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

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

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