Html Css Color HEX #E75FC2 Free Speech Magenta

📋 copy color: '#E75FC2'

red 231 ◦ green 95 ◦ blue 194

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

Shades of Free Speech Magenta #E75FC2

Tints of Free Speech Magenta #E75FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 44.42%
G = 18.27%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E75FC2 (or 0xE75FC2) is known color: Free Speech Magenta. HEX triplet: E7, 5F and C2. RGB value is (231,95,194). Sum of RGB (Red+Green+Blue) = 231+95+194=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75FC2 is #18A03D. Grayscale: #929292. Windows color (decimal): -1613886 or 12738535. OLE color: 12738535.

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

Color convert

RGB 231 95 194 -
CMYK 0 0.59 0.16 0.09
HSL 316.32º 0.74% 0.64% -
HSV(B) 316.32º 0.59% 0.91% -
XYZ 46.78 29.07 54.18 -
YUV 146.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 231 95 194 0 0.59 0.16 0.09 316.32 0.74 0.64
Hex E7 5F C2 0 3B 10 9 13C 4A 40
Octal 347 137 302 0 73 20 11 474 112 100
Binary 11100111 1011111 11000010 0 111011 10000 1001 100111100 1001010 1000000

Color Harmonies of #E75FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75FC2

Black with #E75FC2

Text Example


Text Example

White with #E75FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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