Html Css Color HEX #E75ACE Free Speech Magenta

📋 copy color: '#E75ACE'

red 231 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Magenta #E75ACE

Tints of Free Speech Magenta #E75ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.08%

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 43.83%
G = 17.08%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E75ACE (or 0xE75ACE) is known color: Free Speech Magenta. HEX triplet: E7, 5A and CE. RGB value is (231,90,206). Sum of RGB (Red+Green+Blue) = 231+90+206=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E75ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75ACE is #18A531. Grayscale: #919191. Windows color (decimal): -1615154 or 13523687. OLE color: 13523687.

HSL color Cylindrical-coordinate representation of color #E75ACE: hue angle of 310.64º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75ACE is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 90 206 -
CMYK 0 0.61 0.11 0.09
HSL 310.64º 0.75% 0.63% -
HSV(B) 310.64º 0.61% 0.91% -
XYZ 47.75 28.76 61.43 -
YUV 145.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 231 90 206 0 0.61 0.11 0.09 310.64 0.75 0.63
Hex E7 5A CE 0 3D B 9 137 4B 3F
Octal 347 132 316 0 75 13 11 467 113 77
Binary 11100111 1011010 11001110 0 111101 1011 1001 100110111 1001011 111111

Color Harmonies of #E75ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75ACE

Black with #E75ACE

Text Example


Text Example

White with #E75ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75ACE; }

 p { color: rgb(231,90,206); }

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

background-color css

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

 a { background-color: rgb(231,90,206); }

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

border-color css

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

 span { border-color: rgb(231,90,206); }

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