Html Css Color HEX #E75CE6 Free Speech Magenta

📋 copy color: '#E75CE6'

red 231 ◦ green 92 ◦ blue 230

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

Shades of Free Speech Magenta #E75CE6

Tints of Free Speech Magenta #E75CE6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.64%

 BLUE value IS 230 (90.23% from 255) = 41.59%

R = 41.77%
G = 16.64%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#E75CE6 (or 0xE75CE6) is known color: Free Speech Magenta. HEX triplet: E7, 5C and E6. RGB value is (231,92,230). Sum of RGB (Red+Green+Blue) = 231+92+230=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 92 (36.33% from 255 or 16.64% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75CE6 is #18A319. Grayscale: #949494. Windows color (decimal): -1614618 or 15097063. OLE color: 15097063.

HSL color Cylindrical-coordinate representation of color #E75CE6: hue angle of 300.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75CE6 is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 92 230 -
CMYK 0 0.60 0.00 0.09
HSL 300.43º 0.74% 0.63% -
HSV(B) 300.43º 0.6% 0.91% -
XYZ 51.07 30.36 78.03 -
YUV 149.29 173.55 186.28 -
System Red Green Blue C M Y K H S L
Decimal 231 92 230 0 0.60 0.00 0.09 300.43 0.74 0.63
Hex E7 5C E6 0 3C 0 9 12C 4A 3F
Octal 347 134 346 0 74 0 11 454 112 77
Binary 11100111 1011100 11100110 0 111100 0 1001 100101100 1001010 111111

Color Harmonies of #E75CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75CE6

Black with #E75CE6

Text Example


Text Example

White with #E75CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75CE6; }

 p { color: rgb(231,92,230); }

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

background-color css

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

 a { background-color: rgb(231,92,230); }

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

border-color css

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

 span { border-color: rgb(231,92,230); }

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