Html Css Color HEX #E958DA Free Speech Magenta

📋 copy color: '#E958DA'

red 233 ◦ green 88 ◦ blue 218

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

Shades of Free Speech Magenta #E958DA

Tints of Free Speech Magenta #E958DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 43.23%
G = 16.33%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E958DA (or 0xE958DA) is known color: Free Speech Magenta. HEX triplet: E9, 58 and DA. RGB value is (233,88,218). Sum of RGB (Red+Green+Blue) = 233+88+218=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E958DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E958DA is #16A725. Grayscale: #919191. Windows color (decimal): -1484582 or 14309609. OLE color: 14309609.

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

Color convert

RGB 233 88 218 -
CMYK 0 0.62 0.06 0.09
HSL 306.21º 0.77% 0.63% -
HSV(B) 306.21º 0.62% 0.91% -
XYZ 49.75 29.37 69.38 -
YUV 146.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 233 88 218 0 0.62 0.06 0.09 306.21 0.77 0.63
Hex E9 58 DA 0 3E 6 9 132 4D 3F
Octal 351 130 332 0 76 6 11 462 115 77
Binary 11101001 1011000 11011010 0 111110 110 1001 100110010 1001101 111111

Color Harmonies of #E958DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E958DA

Black with #E958DA

Text Example


Text Example

White with #E958DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E958DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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