Html Css Color HEX #E963C8 Free Speech Magenta

📋 copy color: '#E963C8'

red 233 ◦ green 99 ◦ blue 200

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

Shades of Free Speech Magenta #E963C8

Tints of Free Speech Magenta #E963C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.59%

R = 43.8%
G = 18.61%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E963C8 (or 0xE963C8) is known color: Free Speech Magenta. HEX triplet: E9, 63 and C8. RGB value is (233,99,200). Sum of RGB (Red+Green+Blue) = 233+99+200=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E963C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963C8 is #169C37. Grayscale: #969696. Windows color (decimal): -1481784 or 13132777. OLE color: 13132777.

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

Color convert

RGB 233 99 200 -
CMYK 0 0.58 0.14 0.09
HSL 314.78º 0.75% 0.65% -
HSV(B) 314.78º 0.58% 0.91% -
XYZ 48.49 30.42 57.96 -
YUV 150.58 155.89 186.79 -
System Red Green Blue C M Y K H S L
Decimal 233 99 200 0 0.58 0.14 0.09 314.78 0.75 0.65
Hex E9 63 C8 0 3A E 9 13B 4B 41
Octal 351 143 310 0 72 16 11 473 113 101
Binary 11101001 1100011 11001000 0 111010 1110 1001 100111011 1001011 1000001

Color Harmonies of #E963C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E963C8

Black with #E963C8

Text Example


Text Example

White with #E963C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E963C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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