Html Css Color HEX #E95EDA Free Speech Magenta

📋 copy color: '#E95EDA'

red 233 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #E95EDA

Tints of Free Speech Magenta #E95EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.25%

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

R = 42.75%
G = 17.25%
B = 40%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E95EDA (or 0xE95EDA) is known color: Free Speech Magenta. HEX triplet: E9, 5E and DA. RGB value is (233,94,218). Sum of RGB (Red+Green+Blue) = 233+94+218=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E95EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95EDA is #16A125. Grayscale: #959595. Windows color (decimal): -1483046 or 14311145. OLE color: 14311145.

HSL color Cylindrical-coordinate representation of color #E95EDA: hue angle of 306.47º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95EDA is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 94 218 -
CMYK 0 0.60 0.06 0.09
HSL 306.47º 0.76% 0.64% -
HSV(B) 306.47º 0.6% 0.91% -
XYZ 50.26 30.39 69.55 -
YUV 149.7 166.55 187.42 -
System Red Green Blue C M Y K H S L
Decimal 233 94 218 0 0.60 0.06 0.09 306.47 0.76 0.64
Hex E9 5E DA 0 3C 6 9 132 4C 40
Octal 351 136 332 0 74 6 11 462 114 100
Binary 11101001 1011110 11011010 0 111100 110 1001 100110010 1001100 1000000

Color Harmonies of #E95EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95EDA

Black with #E95EDA

Text Example


Text Example

White with #E95EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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