Html Css Color HEX #E963D9 Free Speech Magenta

📋 copy color: '#E963D9'

red 233 ◦ green 99 ◦ blue 217

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

Shades of Free Speech Magenta #E963D9

Tints of Free Speech Magenta #E963D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.53%

R = 42.44%
G = 18.03%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E963D9 (or 0xE963D9) is known color: Free Speech Magenta. HEX triplet: E9, 63 and D9. RGB value is (233,99,217). Sum of RGB (Red+Green+Blue) = 233+99+217=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E963D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963D9 is #169C26. Grayscale: #989898. Windows color (decimal): -1481767 or 14246889. OLE color: 14246889.

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

Color convert

RGB 233 99 217 -
CMYK 0 0.58 0.07 0.09
HSL 307.16º 0.75% 0.65% -
HSV(B) 307.16º 0.58% 0.91% -
XYZ 50.59 31.26 69.01 -
YUV 152.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 233 99 217 0 0.58 0.07 0.09 307.16 0.75 0.65
Hex E9 63 D9 0 3A 7 9 133 4B 41
Octal 351 143 331 0 72 7 11 463 113 101
Binary 11101001 1100011 11011001 0 111010 111 1001 100110011 1001011 1000001

Color Harmonies of #E963D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E963D9

Black with #E963D9

Text Example


Text Example

White with #E963D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E963D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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