Html Css Color HEX #E963DC Free Speech Magenta

📋 copy color: '#E963DC'

red 233 ◦ green 99 ◦ blue 220

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

Shades of Free Speech Magenta #E963DC

Tints of Free Speech Magenta #E963DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 42.21%
G = 17.93%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E963DC (or 0xE963DC) is known color: Free Speech Magenta. HEX triplet: E9, 63 and DC. RGB value is (233,99,220). Sum of RGB (Red+Green+Blue) = 233+99+220=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E963DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963DC is #169C23. Grayscale: #989898. Windows color (decimal): -1481764 or 14443497. OLE color: 14443497.

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

Color convert

RGB 233 99 220 -
CMYK 0 0.58 0.06 0.09
HSL 305.82º 0.75% 0.65% -
HSV(B) 305.82º 0.58% 0.91% -
XYZ 50.98 31.41 71.09 -
YUV 152.86 165.89 185.16 -
System Red Green Blue C M Y K H S L
Decimal 233 99 220 0 0.58 0.06 0.09 305.82 0.75 0.65
Hex E9 63 DC 0 3A 6 9 132 4B 41
Octal 351 143 334 0 72 6 11 462 113 101
Binary 11101001 1100011 11011100 0 111010 110 1001 100110010 1001011 1000001

Color Harmonies of #E963DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E963DC

Black with #E963DC

Text Example


Text Example

White with #E963DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E963DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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