Html Css Color HEX #E963DF Free Speech Magenta

📋 copy color: '#E963DF'

red 233 ◦ green 99 ◦ blue 223

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

Shades of Free Speech Magenta #E963DF

Tints of Free Speech Magenta #E963DF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.84%

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

R = 41.98%
G = 17.84%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E963DF (or 0xE963DF) is known color: Free Speech Magenta. HEX triplet: E9, 63 and DF. RGB value is (233,99,223). Sum of RGB (Red+Green+Blue) = 233+99+223=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E963DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963DF is #169C20. Grayscale: #989898. Windows color (decimal): -1481761 or 14640105. OLE color: 14640105.

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

Color convert

RGB 233 99 223 -
CMYK 0 0.58 0.04 0.09
HSL 304.48º 0.75% 0.65% -
HSV(B) 304.48º 0.58% 0.91% -
XYZ 51.39 31.58 73.2 -
YUV 153.2 167.39 184.92 -
System Red Green Blue C M Y K H S L
Decimal 233 99 223 0 0.58 0.04 0.09 304.48 0.75 0.65
Hex E9 63 DF 0 3A 4 9 130 4B 41
Octal 351 143 337 0 72 4 11 460 113 101
Binary 11101001 1100011 11011111 0 111010 100 1001 100110000 1001011 1000001

Color Harmonies of #E963DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E963DF

Black with #E963DF

Text Example


Text Example

White with #E963DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E963DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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