Html Css Color HEX #E960CC Free Speech Magenta

📋 copy color: '#E960CC'

red 233 ◦ green 96 ◦ blue 204

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

Shades of Free Speech Magenta #E960CC

Tints of Free Speech Magenta #E960CC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.01%

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

R = 43.71%
G = 18.01%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E960CC (or 0xE960CC) is known color: Free Speech Magenta. HEX triplet: E9, 60 and CC. RGB value is (233,96,204). Sum of RGB (Red+Green+Blue) = 233+96+204=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E960CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E960CC is #169F33. Grayscale: #949494. Windows color (decimal): -1482548 or 13394153. OLE color: 13394153.

HSL color Cylindrical-coordinate representation of color #E960CC: hue angle of 312.7º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E960CC is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 96 204 -
CMYK 0 0.59 0.12 0.09
HSL 312.7º 0.76% 0.65% -
HSV(B) 312.7º 0.59% 0.91% -
XYZ 48.69 30.05 60.36 -
YUV 149.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 233 96 204 0 0.59 0.12 0.09 312.7 0.76 0.65
Hex E9 60 CC 0 3B C 9 139 4C 41
Octal 351 140 314 0 73 14 11 471 114 101
Binary 11101001 1100000 11001100 0 111011 1100 1001 100111001 1001100 1000001

Color Harmonies of #E960CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960CC

Black with #E960CC

Text Example


Text Example

White with #E960CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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