Html Css Color HEX #E75DCD Free Speech Magenta

📋 copy color: '#E75DCD'

red 231 ◦ green 93 ◦ blue 205

#E75DCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E75DCD

Tints of Free Speech Magenta #E75DCD

RGB

 RED value IS 231 (90.63% from 255) = 43.67%

 GREEN value IS 93 (36.72% from 255) = 17.58%

 BLUE value IS 205 (80.47% from 255) = 38.75%

R = 43.67%
G = 17.58%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E75DCD (or 0xE75DCD) is known color: Free Speech Magenta. HEX triplet: E7, 5D and CD. RGB value is (231,93,205). Sum of RGB (Red+Green+Blue) = 231+93+205=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DCD is #18A232. Grayscale: #929292. Windows color (decimal): -1614387 or 13458919. OLE color: 13458919.

HSL color Cylindrical-coordinate representation of color #E75DCD: hue angle of 311.3º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75DCD is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 93 205 -
CMYK 0 0.60 0.11 0.09
HSL 311.3º 0.74% 0.64% -
HSV(B) 311.3º 0.6% 0.91% -
XYZ 47.89 29.23 60.87 -
YUV 147.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 231 93 205 0 0.60 0.11 0.09 311.3 0.74 0.64
Hex E7 5D CD 0 3C B 9 137 4A 40
Octal 347 135 315 0 74 13 11 467 112 100
Binary 11100111 1011101 11001101 0 111100 1011 1001 100110111 1001010 1000000

Color Harmonies of #E75DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75DCD

Black with #E75DCD

Text Example


Text Example

White with #E75DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75DCD; }

 p { color: rgb(231,93,205); }

 H1.HeaderClassName
 {
   color: #E75DCD;
 }
 .AnyTagClassName
 {
   color: #E75DCD;
 }
</style>

background-color css

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

 a { background-color: rgb(231,93,205); }

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

border-color css

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

 span { border-color: rgb(231,93,205); }

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