Html Css Color HEX #E963DD Free Speech Magenta

📋 copy color: '#E963DD'

red 233 ◦ green 99 ◦ blue 221

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

Shades of Free Speech Magenta #E963DD

Tints of Free Speech Magenta #E963DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 42.13%
G = 17.9%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E963DD (or 0xE963DD) is known color: Free Speech Magenta. HEX triplet: E9, 63 and DD. RGB value is (233,99,221). Sum of RGB (Red+Green+Blue) = 233+99+221=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E963DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963DD is #169C22. Grayscale: #989898. Windows color (decimal): -1481763 or 14509033. OLE color: 14509033.

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

Color convert

RGB 233 99 221 -
CMYK 0 0.58 0.05 0.09
HSL 305.37º 0.75% 0.65% -
HSV(B) 305.37º 0.58% 0.91% -
XYZ 51.12 31.47 71.79 -
YUV 152.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 233 99 221 0 0.58 0.05 0.09 305.37 0.75 0.65
Hex E9 63 DD 0 3A 5 9 131 4B 41
Octal 351 143 335 0 72 5 11 461 113 101
Binary 11101001 1100011 11011101 0 111010 101 1001 100110001 1001011 1000001

Color Harmonies of #E963DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E963DD

Black with #E963DD

Text Example


Text Example

White with #E963DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E963DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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