Html Css Color HEX #E95ADF Free Speech Magenta

📋 copy color: '#E95ADF'

red 233 ◦ green 90 ◦ blue 223

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

Shades of Free Speech Magenta #E95ADF

Tints of Free Speech Magenta #E95ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.48%

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

R = 42.67%
G = 16.48%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E95ADF (or 0xE95ADF) is known color: Free Speech Magenta. HEX triplet: E9, 5A and DF. RGB value is (233,90,223). Sum of RGB (Red+Green+Blue) = 233+90+223=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E95ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95ADF is #16A520. Grayscale: #939393. Windows color (decimal): -1484065 or 14637801. OLE color: 14637801.

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

Color convert

RGB 233 90 223 -
CMYK 0 0.61 0.04 0.09
HSL 304.2º 0.76% 0.63% -
HSV(B) 304.2º 0.61% 0.91% -
XYZ 50.58 29.96 72.93 -
YUV 147.92 170.38 188.69 -
System Red Green Blue C M Y K H S L
Decimal 233 90 223 0 0.61 0.04 0.09 304.2 0.76 0.63
Hex E9 5A DF 0 3D 4 9 130 4C 3F
Octal 351 132 337 0 75 4 11 460 114 77
Binary 11101001 1011010 11011111 0 111101 100 1001 100110000 1001100 111111

Color Harmonies of #E95ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95ADF

Black with #E95ADF

Text Example


Text Example

White with #E95ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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