#EA67D7

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

Shades of Free Speech Magenta #EA67D7

Tints of Free Speech Magenta #EA67D7

Color information

#EA67D7 (or 0xEA67D7) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 67 and D7. RGB value is (234,103,215). Sum of RGB (Red+Green+Blue) = 234+103+215=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 103 (40.62% from 255 or 18.66% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA67D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA67D7 is #159828. Grayscale: #9A9A9A. Windows color (decimal): -1415209 or 14116842. OLE color: 14116842.

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

Color convert

RGB234103215-
CMYK00.560.080.08
HSL308.7º75.72%66.08%-
HSV(B)308.7º55.98%91.76%-
XYZ51.0532.167.8-
YUV154.94161.9184.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 103 (40.62% from 255) = 18.66%
BLUE value IS 215 (84.38% from 255) = 38.95%
R=42.39%
G=18.66%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410321500.560.080.08308.775.7266.08
HexEA67D7038881354c42
Octal3521473270701010465114102
Binary1110101011001111101011101110001000100010011010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA67D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA67D7; }

 p { color: rgb(234,103,215); }

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

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

 a { background-color: rgb(234,103,215); }

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

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

 span { border-color: rgb(234,103,215); }

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