Html Css Color HEX #E75FE6 Free Speech Magenta

📋 copy color: '#E75FE6'

red 231 ◦ green 95 ◦ blue 230

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

Shades of Free Speech Magenta #E75FE6

Tints of Free Speech Magenta #E75FE6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.09%

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

R = 41.55%
G = 17.09%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#E75FE6 (or 0xE75FE6) is known color: Free Speech Magenta. HEX triplet: E7, 5F and E6. RGB value is (231,95,230). Sum of RGB (Red+Green+Blue) = 231+95+230=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75FE6 is #18A019. Grayscale: #969696. Windows color (decimal): -1613850 or 15097831. OLE color: 15097831.

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

Color convert

RGB 231 95 230 -
CMYK 0 0.59 0.00 0.09
HSL 300.44º 0.74% 0.64% -
HSV(B) 300.44º 0.59% 0.91% -
XYZ 51.33 30.89 78.12 -
YUV 151.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 231 95 230 0 0.59 0.00 0.09 300.44 0.74 0.64
Hex E7 5F E6 0 3B 0 9 12C 4A 40
Octal 347 137 346 0 73 0 11 454 112 100
Binary 11100111 1011111 11100110 0 111011 0 1001 100101100 1001010 1000000

Color Harmonies of #E75FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75FE6

Black with #E75FE6

Text Example


Text Example

White with #E75FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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