Html Css Color HEX #E75EC2 Free Speech Magenta

📋 copy color: '#E75EC2'

red 231 ◦ green 94 ◦ blue 194

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

Shades of Free Speech Magenta #E75EC2

Tints of Free Speech Magenta #E75EC2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.11%

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

R = 44.51%
G = 18.11%
B = 37.38%

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

#E75EC2 (or 0xE75EC2) is known color: Free Speech Magenta. HEX triplet: E7, 5E and C2. RGB value is (231,94,194). Sum of RGB (Red+Green+Blue) = 231+94+194=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E75EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75EC2 is #18A13D. Grayscale: #929292. Windows color (decimal): -1614142 or 12738279. OLE color: 12738279.

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

Color convert

RGB 231 94 194 -
CMYK 0 0.59 0.16 0.09
HSL 316.2º 0.74% 0.64% -
HSV(B) 316.2º 0.59% 0.91% -
XYZ 46.7 28.89 54.15 -
YUV 146.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 231 94 194 0 0.59 0.16 0.09 316.2 0.74 0.64
Hex E7 5E C2 0 3B 10 9 13C 4A 40
Octal 347 136 302 0 73 20 11 474 112 100
Binary 11100111 1011110 11000010 0 111011 10000 1001 100111100 1001010 1000000

Color Harmonies of #E75EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75EC2

Black with #E75EC2

Text Example


Text Example

White with #E75EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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