Html Css Color HEX #E75FDC Free Speech Magenta

📋 copy color: '#E75FDC'

red 231 ◦ green 95 ◦ blue 220

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

Shades of Free Speech Magenta #E75FDC

Tints of Free Speech Magenta #E75FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.4%

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 42.31%
G = 17.4%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E75FDC (or 0xE75FDC) is known color: Free Speech Magenta. HEX triplet: E7, 5F and DC. RGB value is (231,95,220). Sum of RGB (Red+Green+Blue) = 231+95+220=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75FDC is #18A023. Grayscale: #959595. Windows color (decimal): -1613860 or 14442471. OLE color: 14442471.

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

Color convert

RGB 231 95 220 -
CMYK 0 0.59 0.05 0.09
HSL 304.85º 0.74% 0.64% -
HSV(B) 304.85º 0.59% 0.91% -
XYZ 49.97 30.34 70.93 -
YUV 149.91 167.56 185.84 -
System Red Green Blue C M Y K H S L
Decimal 231 95 220 0 0.59 0.05 0.09 304.85 0.74 0.64
Hex E7 5F DC 0 3B 5 9 131 4A 40
Octal 347 137 334 0 73 5 11 461 112 100
Binary 11100111 1011111 11011100 0 111011 101 1001 100110001 1001010 1000000

Color Harmonies of #E75FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75FDC

Black with #E75FDC

Text Example


Text Example

White with #E75FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75FDC; }

 p { color: rgb(231,95,220); }

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

background-color css

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

 a { background-color: rgb(231,95,220); }

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

border-color css

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

 span { border-color: rgb(231,95,220); }

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