Html Css Color HEX #E963CC Free Speech Magenta

📋 copy color: '#E963CC'

red 233 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Magenta #E963CC

Tints of Free Speech Magenta #E963CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 43.47%
G = 18.47%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E963CC (or 0xE963CC) is known color: Free Speech Magenta. HEX triplet: E9, 63 and CC. RGB value is (233,99,204). Sum of RGB (Red+Green+Blue) = 233+99+204=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E963CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963CC is #169C33. Grayscale: #969696. Windows color (decimal): -1481780 or 13394921. OLE color: 13394921.

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

Color convert

RGB 233 99 204 -
CMYK 0 0.58 0.12 0.09
HSL 312.99º 0.75% 0.65% -
HSV(B) 312.99º 0.58% 0.91% -
XYZ 48.97 30.61 60.45 -
YUV 151.04 157.89 186.46 -
System Red Green Blue C M Y K H S L
Decimal 233 99 204 0 0.58 0.12 0.09 312.99 0.75 0.65
Hex E9 63 CC 0 3A C 9 139 4B 41
Octal 351 143 314 0 72 14 11 471 113 101
Binary 11101001 1100011 11001100 0 111010 1100 1001 100111001 1001011 1000001

Color Harmonies of #E963CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E963CC

Black with #E963CC

Text Example


Text Example

White with #E963CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E963CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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