Html Css Color HEX #E96AD4 Free Speech Magenta

📋 copy color: '#E96AD4'

red 233 ◦ green 106 ◦ blue 212

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

Shades of Free Speech Magenta #E96AD4

Tints of Free Speech Magenta #E96AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.48%

R = 42.29%
G = 19.24%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E96AD4 (or 0xE96AD4) is known color: Free Speech Magenta. HEX triplet: E9, 6A and D4. RGB value is (233,106,212). Sum of RGB (Red+Green+Blue) = 233+106+212=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AD4 is #16952B. Grayscale: #9B9B9B. Windows color (decimal): -1479980 or 13921001. OLE color: 13921001.

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

Color convert

RGB 233 106 212 -
CMYK 0 0.55 0.09 0.09
HSL 309.92º 0.74% 0.66% -
HSV(B) 309.92º 0.55% 0.91% -
XYZ 50.64 32.39 65.87 -
YUV 156.06 159.58 182.88 -
System Red Green Blue C M Y K H S L
Decimal 233 106 212 0 0.55 0.09 0.09 309.92 0.74 0.66
Hex E9 6A D4 0 37 9 9 136 4A 42
Octal 351 152 324 0 67 11 11 466 112 102
Binary 11101001 1101010 11010100 0 110111 1001 1001 100110110 1001010 1000010

Color Harmonies of #E96AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96AD4

Black with #E96AD4

Text Example


Text Example

White with #E96AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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