Html Css Color HEX #E95EDF Free Speech Magenta

📋 copy color: '#E95EDF'

red 233 ◦ green 94 ◦ blue 223

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

Shades of Free Speech Magenta #E95EDF

Tints of Free Speech Magenta #E95EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 42.36%
G = 17.09%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E95EDF (or 0xE95EDF) is known color: Free Speech Magenta. HEX triplet: E9, 5E and DF. RGB value is (233,94,223). Sum of RGB (Red+Green+Blue) = 233+94+223=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 94 (37.11% from 255 or 17.09% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E95EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95EDF is #16A120. Grayscale: #959595. Windows color (decimal): -1483041 or 14638825. OLE color: 14638825.

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

Color convert

RGB 233 94 223 -
CMYK 0 0.60 0.04 0.09
HSL 304.32º 0.76% 0.64% -
HSV(B) 304.32º 0.6% 0.91% -
XYZ 50.93 30.66 73.05 -
YUV 150.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 233 94 223 0 0.60 0.04 0.09 304.32 0.76 0.64
Hex E9 5E DF 0 3C 4 9 130 4C 40
Octal 351 136 337 0 74 4 11 460 114 100
Binary 11101001 1011110 11011111 0 111100 100 1001 100110000 1001100 1000000

Color Harmonies of #E95EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95EDF

Black with #E95EDF

Text Example


Text Example

White with #E95EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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