Html Css Color HEX #E963E5 Free Speech Magenta

📋 copy color: '#E963E5'

red 233 ◦ green 99 ◦ blue 229

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

Shades of Free Speech Magenta #E963E5

Tints of Free Speech Magenta #E963E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.82%

R = 41.53%
G = 17.65%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E963E5 (or 0xE963E5) is known color: Free Speech Magenta. HEX triplet: E9, 63 and E5. RGB value is (233,99,229). Sum of RGB (Red+Green+Blue) = 233+99+229=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 99 (39.06% from 255 or 17.65% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E963E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963E5 is #169C1A. Grayscale: #999999. Windows color (decimal): -1481755 or 15033321. OLE color: 15033321.

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

Color convert

RGB 233 99 229 -
CMYK 0 0.58 0.02 0.09
HSL 301.79º 0.75% 0.65% -
HSV(B) 301.79º 0.58% 0.91% -
XYZ 52.21 31.9 77.54 -
YUV 153.89 170.39 184.43 -
System Red Green Blue C M Y K H S L
Decimal 233 99 229 0 0.58 0.02 0.09 301.79 0.75 0.65
Hex E9 63 E5 0 3A 2 9 12E 4B 41
Octal 351 143 345 0 72 2 11 456 113 101
Binary 11101001 1100011 11100101 0 111010 10 1001 100101110 1001011 1000001

Color Harmonies of #E963E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E963E5

Black with #E963E5

Text Example


Text Example

White with #E963E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E963E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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