#E95CDA

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

Shades of Free Speech Magenta #E95CDA

Tints of Free Speech Magenta #E95CDA

Color information

#E95CDA (or 0xE95CDA) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5C and DA. RGB value is (233,92,218). Sum of RGB (Red+Green+Blue) = 233+92+218=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95CDA is #16A325. Grayscale: #949494. Windows color (decimal): -1483558 or 14310633. OLE color: 14310633.

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

Color convert

RGB23392218-
CMYK00.610.060.09
HSL306.38º76.22%63.73%-
HSV(B)306.38º60.52%91.37%-
XYZ50.0930.0469.49-
YUV148.52167.21188.25-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.91%
GREEN value IS 92 (36.33% from 255) = 16.94%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=42.91%
G=16.94%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339221800.610.060.09306.3876.2263.73
HexE95CDA03D691324c40
Octal351134332075611462114100
Binary111010011011100110110100111101110100110011001010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95CDA; }

 p { color: rgb(233,92,218); }

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

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

 a { background-color: rgb(233,92,218); }

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

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

 span { border-color: rgb(233,92,218); }

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