Html Css Color HEX #E96ACC Free Speech Magenta

📋 copy color: '#E96ACC'

red 233 ◦ green 106 ◦ blue 204

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

Shades of Free Speech Magenta #E96ACC

Tints of Free Speech Magenta #E96ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.52%

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

R = 42.91%
G = 19.52%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E96ACC (or 0xE96ACC) is known color: Free Speech Magenta. HEX triplet: E9, 6A and CC. RGB value is (233,106,204). Sum of RGB (Red+Green+Blue) = 233+106+204=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ACC is #169533. Grayscale: #9A9A9A. Windows color (decimal): -1479988 or 13396713. OLE color: 13396713.

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

Color convert

RGB 233 106 204 -
CMYK 0 0.55 0.12 0.09
HSL 313.7º 0.74% 0.66% -
HSV(B) 313.7º 0.55% 0.91% -
XYZ 49.66 31.99 60.68 -
YUV 155.15 155.58 183.53 -
System Red Green Blue C M Y K H S L
Decimal 233 106 204 0 0.55 0.12 0.09 313.7 0.74 0.66
Hex E9 6A CC 0 37 C 9 13A 4A 42
Octal 351 152 314 0 67 14 11 472 112 102
Binary 11101001 1101010 11001100 0 110111 1100 1001 100111010 1001010 1000010

Color Harmonies of #E96ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96ACC

Black with #E96ACC

Text Example


Text Example

White with #E96ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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