#EB4FDE

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

Shades of Free Speech Magenta #EB4FDE

Tints of Free Speech Magenta #EB4FDE

Color information

#EB4FDE (or 0xEB4FDE) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 4F and DE. RGB value is (235,79,222). Sum of RGB (Red+Green+Blue) = 235+79+222=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 79 (31.25% from 255 or 14.74% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB4FDE is #14B021. Grayscale: #8D8D8D. Windows color (decimal): -1355810 or 14569451. OLE color: 14569451.

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

Color convert

RGB23579222-
CMYK00.660.060.08
HSL305º79.59%61.57%-
HSV(B)305º66.38%92.16%-
XYZ50.2428.5371.97-
YUV141.95173.18194.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.84%
GREEN value IS 79 (31.25% from 255) = 14.74%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=43.84%
G=14.74%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357922200.660.060.0830579.5961.57
HexEB4FDE04268131503e
Octal353117336010261046112076
Binary111010111001111110111100100001011010001001100011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4FDE; }

 p { color: rgb(235,79,222); }

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

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

 a { background-color: rgb(235,79,222); }

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

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

 span { border-color: rgb(235,79,222); }

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