#E95CDD

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

Shades of Free Speech Magenta #E95CDD

Tints of Free Speech Magenta #E95CDD

Color information

#E95CDD (or 0xE95CDD) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5C and DD. RGB value is (233,92,221). Sum of RGB (Red+Green+Blue) = 233+92+221=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95CDD is #16A322. Grayscale: #949494. Windows color (decimal): -1483555 or 14507241. OLE color: 14507241.

HSL color Cylindrical-coordinate representation of color #E95CDD: hue angle of 305.11º 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 #E95CDD is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB23392221-
CMYK00.610.050.09
HSL305.11º76.22%63.73%-
HSV(B)305.11º60.52%91.37%-
XYZ50.4830.271.57-
YUV148.86168.71188.01-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.67%
GREEN value IS 92 (36.33% from 255) = 16.85%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=42.67%
G=16.85%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339222100.610.050.09305.1176.2263.73
HexE95CDD03D591314c40
Octal351134335075511461114100
Binary111010011011100110111010111101101100110011000110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95CDD; }

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

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

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

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

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

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

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

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