Html Css Color HEX #E958EB Free Speech Magenta

📋 copy color: '#E958EB'

red 233 ◦ green 88 ◦ blue 235

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

Shades of Free Speech Magenta #E958EB

Tints of Free Speech Magenta #E958EB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.83%

 BLUE value IS 235 (92.19% from 255) = 42.27%

R = 41.91%
G = 15.83%
B = 42.27%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E958EB (or 0xE958EB) is known color: Free Speech Magenta. HEX triplet: E9, 58 and EB. RGB value is (233,88,235). Sum of RGB (Red+Green+Blue) = 233+88+235=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 88 (34.77% from 255 or 15.83% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #E958EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E958EB is #16A714. Grayscale: #939393. Windows color (decimal): -1484565 or 15423721. OLE color: 15423721.

HSL color Cylindrical-coordinate representation of color #E958EB: hue angle of 299.18º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E958EB is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 233 88 235 -
CMYK 0.01 0.63 0 0.08
HSL 299.18º 0.79% 0.63% -
HSV(B) 299.18º 0.63% 0.92% -
XYZ 52.09 30.3 81.7 -
YUV 148.11 177.04 188.55 -
System Red Green Blue C M Y K H S L
Decimal 233 88 235 0.01 0.63 0 0.08 299.18 0.79 0.63
Hex E9 58 EB 1 3F 0 8 12B 4F 3F
Octal 351 130 353 1 77 0 10 453 117 77
Binary 11101001 1011000 11101011 1 111111 0 1000 100101011 1001111 111111

Color Harmonies of #E958EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E958EB

Black with #E958EB

Text Example


Text Example

White with #E958EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E958EB; }

 p { color: rgb(233,88,235); }

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

background-color css

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

 a { background-color: rgb(233,88,235); }

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

border-color css

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

 span { border-color: rgb(233,88,235); }

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