Html Css Color HEX #E96AD0 Free Speech Magenta

📋 copy color: '#E96AD0'

red 233 ◦ green 106 ◦ blue 208

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

Shades of Free Speech Magenta #E96AD0

Tints of Free Speech Magenta #E96AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.03%

R = 42.6%
G = 19.38%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E96AD0 (or 0xE96AD0) is known color: Free Speech Magenta. HEX triplet: E9, 6A and D0. RGB value is (233,106,208). Sum of RGB (Red+Green+Blue) = 233+106+208=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AD0 is #16952F. Grayscale: #9B9B9B. Windows color (decimal): -1479984 or 13658857. OLE color: 13658857.

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

Color convert

RGB 233 106 208 -
CMYK 0 0.55 0.11 0.09
HSL 311.81º 0.74% 0.66% -
HSV(B) 311.81º 0.55% 0.91% -
XYZ 50.14 32.19 63.24 -
YUV 155.6 157.58 183.21 -
System Red Green Blue C M Y K H S L
Decimal 233 106 208 0 0.55 0.11 0.09 311.81 0.74 0.66
Hex E9 6A D0 0 37 B 9 138 4A 42
Octal 351 152 320 0 67 13 11 470 112 102
Binary 11101001 1101010 11010000 0 110111 1011 1001 100111000 1001010 1000010

Color Harmonies of #E96AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96AD0

Black with #E96AD0

Text Example


Text Example

White with #E96AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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