Html Css Color HEX #E95FE6 Free Speech Magenta

📋 copy color: '#E95FE6'

red 233 ◦ green 95 ◦ blue 230

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

Shades of Free Speech Magenta #E95FE6

Tints of Free Speech Magenta #E95FE6

RGB

 RED value IS 233 (91.41% from 255) = 41.76%

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

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

R = 41.76%
G = 17.03%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E95FE6 (or 0xE95FE6) is known color: Free Speech Magenta. HEX triplet: E9, 5F and E6. RGB value is (233,95,230). Sum of RGB (Red+Green+Blue) = 233+95+230=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95FE6 is #16A019. Grayscale: #979797. Windows color (decimal): -1482778 or 15097833. OLE color: 15097833.

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

Color convert

RGB 233 95 230 -
CMYK 0 0.59 0.01 0.09
HSL 301.3º 0.76% 0.64% -
HSV(B) 301.3º 0.59% 0.91% -
XYZ 51.98 31.22 78.15 -
YUV 151.65 172.22 186.02 -
System Red Green Blue C M Y K H S L
Decimal 233 95 230 0 0.59 0.01 0.09 301.3 0.76 0.64
Hex E9 5F E6 0 3B 1 9 12D 4C 40
Octal 351 137 346 0 73 1 11 455 114 100
Binary 11101001 1011111 11100110 0 111011 1 1001 100101101 1001100 1000000

Color Harmonies of #E95FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95FE6

Black with #E95FE6

Text Example


Text Example

White with #E95FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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