Html Css Color HEX #E95EDE Free Speech Magenta

📋 copy color: '#E95EDE'

red 233 ◦ green 94 ◦ blue 222

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

Shades of Free Speech Magenta #E95EDE

Tints of Free Speech Magenta #E95EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 42.44%
G = 17.12%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E95EDE (or 0xE95EDE) is known color: Free Speech Magenta. HEX triplet: E9, 5E and DE. RGB value is (233,94,222). Sum of RGB (Red+Green+Blue) = 233+94+222=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E95EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95EDE is #16A121. Grayscale: #959595. Windows color (decimal): -1483042 or 14573289. OLE color: 14573289.

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

Color convert

RGB 233 94 222 -
CMYK 0 0.60 0.05 0.09
HSL 304.75º 0.76% 0.64% -
HSV(B) 304.75º 0.6% 0.91% -
XYZ 50.79 30.6 72.34 -
YUV 150.15 168.55 187.09 -
System Red Green Blue C M Y K H S L
Decimal 233 94 222 0 0.60 0.05 0.09 304.75 0.76 0.64
Hex E9 5E DE 0 3C 5 9 131 4C 40
Octal 351 136 336 0 74 5 11 461 114 100
Binary 11101001 1011110 11011110 0 111100 101 1001 100110001 1001100 1000000

Color Harmonies of #E95EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95EDE

Black with #E95EDE

Text Example


Text Example

White with #E95EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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