Html Css Color HEX #E75ECE Free Speech Magenta

📋 copy color: '#E75ECE'

red 231 ◦ green 94 ◦ blue 206

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

Shades of Free Speech Magenta #E75ECE

Tints of Free Speech Magenta #E75ECE

RGB

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

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

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

R = 43.5%
G = 17.7%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E75ECE (or 0xE75ECE) is known color: Free Speech Magenta. HEX triplet: E7, 5E and CE. RGB value is (231,94,206). Sum of RGB (Red+Green+Blue) = 231+94+206=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E75ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75ECE is #18A131. Grayscale: #939393. Windows color (decimal): -1614130 or 13524711. OLE color: 13524711.

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

Color convert

RGB 231 94 206 -
CMYK 0 0.59 0.11 0.09
HSL 310.95º 0.74% 0.64% -
HSV(B) 310.95º 0.59% 0.91% -
XYZ 48.1 29.45 61.54 -
YUV 147.73 160.89 187.39 -
System Red Green Blue C M Y K H S L
Decimal 231 94 206 0 0.59 0.11 0.09 310.95 0.74 0.64
Hex E7 5E CE 0 3B B 9 137 4A 40
Octal 347 136 316 0 73 13 11 467 112 100
Binary 11100111 1011110 11001110 0 111011 1011 1001 100110111 1001010 1000000

Color Harmonies of #E75ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75ECE

Black with #E75ECE

Text Example


Text Example

White with #E75ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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