#E75BD4

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

Shades of Free Speech Magenta #E75BD4

Tints of Free Speech Magenta #E75BD4

Color information

#E75BD4 (or 0xE75BD4) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5B and D4. RGB value is (231,91,212). Sum of RGB (Red+Green+Blue) = 231+91+212=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 91 (35.94% from 255 or 17.04% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E75BD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75BD4 is #18A42B. Grayscale: #929292. Windows color (decimal): -1614892 or 13917159. OLE color: 13917159.

HSL color Cylindrical-coordinate representation of color #E75BD4: hue angle of 308.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75BD4 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB23191212-
CMYK00.610.080.09
HSL308.14º74.47%63.14%-
HSV(B)308.14º60.61%90.59%-
XYZ48.5829.2265.37-
YUV146.65164.88188.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 91 (35.94% from 255) = 17.04%
BLUE value IS 212 (83.20% from 255) = 39.70%
R=43.26%
G=17.04%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319121200.610.080.09308.1474.4763.14
HexE75BD403D891344a3f
Octal347133324075101146411277
Binary111001111011011110101000111101100010011001101001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75BD4; }

 p { color: rgb(231,91,212); }

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

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

 a { background-color: rgb(231,91,212); }

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

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

 span { border-color: rgb(231,91,212); }

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