Html Css Color HEX #E963ED Free Speech Magenta

📋 copy color: '#E963ED'

red 233 ◦ green 99 ◦ blue 237

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

Shades of Free Speech Magenta #E963ED

Tints of Free Speech Magenta #E963ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 40.95%
G = 17.4%
B = 41.65%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E963ED (or 0xE963ED) is known color: Free Speech Magenta. HEX triplet: E9, 63 and ED. RGB value is (233,99,237). Sum of RGB (Red+Green+Blue) = 233+99+237=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 99 (39.06% from 255 or 17.40% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #E963ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E963ED is #169C12. Grayscale: #9A9A9A. Windows color (decimal): -1481747 or 15557609. OLE color: 15557609.

HSL color Cylindrical-coordinate representation of color #E963ED: hue angle of 298.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E963ED is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 99 237 -
CMYK 0.02 0.58 0 0.07
HSL 298.26º 0.79% 0.66% -
HSV(B) 298.26º 0.58% 0.93% -
XYZ 53.35 32.36 83.56 -
YUV 154.8 174.39 183.78 -
System Red Green Blue C M Y K H S L
Decimal 233 99 237 0.02 0.58 0 0.07 298.26 0.79 0.66
Hex E9 63 ED 2 3A 0 7 12A 4F 42
Octal 351 143 355 2 72 0 7 452 117 102
Binary 11101001 1100011 11101101 10 111010 0 111 100101010 1001111 1000010

Color Harmonies of #E963ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E963ED

Black with #E963ED

Text Example


Text Example

White with #E963ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E963ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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