Html Css Color HEX #E75DC5 Free Speech Magenta

📋 copy color: '#E75DC5'

red 231 ◦ green 93 ◦ blue 197

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

Shades of Free Speech Magenta #E75DC5

Tints of Free Speech Magenta #E75DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 44.34%
G = 17.85%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E75DC5 (or 0xE75DC5) is known color: Free Speech Magenta. HEX triplet: E7, 5D and C5. RGB value is (231,93,197). Sum of RGB (Red+Green+Blue) = 231+93+197=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DC5 is #18A23A. Grayscale: #919191. Windows color (decimal): -1614395 or 12934631. OLE color: 12934631.

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

Color convert

RGB 231 93 197 -
CMYK 0 0.60 0.15 0.09
HSL 314.78º 0.74% 0.64% -
HSV(B) 314.78º 0.6% 0.91% -
XYZ 46.95 28.85 55.92 -
YUV 146.12 156.72 188.54 -
System Red Green Blue C M Y K H S L
Decimal 231 93 197 0 0.60 0.15 0.09 314.78 0.74 0.64
Hex E7 5D C5 0 3C F 9 13B 4A 40
Octal 347 135 305 0 74 17 11 473 112 100
Binary 11100111 1011101 11000101 0 111100 1111 1001 100111011 1001010 1000000

Color Harmonies of #E75DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75DC5

Black with #E75DC5

Text Example


Text Example

White with #E75DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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