Html Css Color HEX #E958E5 Free Speech Magenta

📋 copy color: '#E958E5'

red 233 ◦ green 88 ◦ blue 229

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

Shades of Free Speech Magenta #E958E5

Tints of Free Speech Magenta #E958E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 42.36%
G = 16%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E958E5 (or 0xE958E5) is known color: Free Speech Magenta. HEX triplet: E9, 58 and E5. RGB value is (233,88,229). Sum of RGB (Red+Green+Blue) = 233+88+229=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 88 (34.77% from 255 or 16% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E958E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E958E5 is #16A71A. Grayscale: #939393. Windows color (decimal): -1484571 or 15030505. OLE color: 15030505.

HSL color Cylindrical-coordinate representation of color #E958E5: hue angle of 301.66º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E958E5 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 88 229 -
CMYK 0 0.62 0.02 0.09
HSL 301.66º 0.77% 0.63% -
HSV(B) 301.66º 0.62% 0.91% -
XYZ 51.24 29.96 77.21 -
YUV 147.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 233 88 229 0 0.62 0.02 0.09 301.66 0.77 0.63
Hex E9 58 E5 0 3E 2 9 12E 4D 3F
Octal 351 130 345 0 76 2 11 456 115 77
Binary 11101001 1011000 11100101 0 111110 10 1001 100101110 1001101 111111

Color Harmonies of #E958E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E958E5

Black with #E958E5

Text Example


Text Example

White with #E958E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E958E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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