Html Css Color HEX #E75ECC Free Speech Magenta

📋 copy color: '#E75ECC'

red 231 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Magenta #E75ECC

Tints of Free Speech Magenta #E75ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.56%

R = 43.67%
G = 17.77%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E75ECC (or 0xE75ECC) is known color: Free Speech Magenta. HEX triplet: E7, 5E and CC. RGB value is (231,94,204). Sum of RGB (Red+Green+Blue) = 231+94+204=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E75ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75ECC is #18A133. Grayscale: #939393. Windows color (decimal): -1614132 or 13393639. OLE color: 13393639.

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

Color convert

RGB 231 94 204 -
CMYK 0 0.59 0.12 0.09
HSL 311.82º 0.74% 0.64% -
HSV(B) 311.82º 0.59% 0.91% -
XYZ 47.86 29.35 60.27 -
YUV 147.5 159.89 187.56 -
System Red Green Blue C M Y K H S L
Decimal 231 94 204 0 0.59 0.12 0.09 311.82 0.74 0.64
Hex E7 5E CC 0 3B C 9 138 4A 40
Octal 347 136 314 0 73 14 11 470 112 100
Binary 11100111 1011110 11001100 0 111011 1100 1001 100111000 1001010 1000000

Color Harmonies of #E75ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75ECC

Black with #E75ECC

Text Example


Text Example

White with #E75ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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