Html Css Color HEX #E84DD6 Free Speech Magenta

📋 copy color: '#E84DD6'

red 232 ◦ green 77 ◦ blue 214

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

Shades of Free Speech Magenta #E84DD6

Tints of Free Speech Magenta #E84DD6

RGB

 RED value IS 232 (91.02% from 255) = 44.36%

 GREEN value IS 77 (30.47% from 255) = 14.72%

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 44.36%
G = 14.72%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E84DD6 (or 0xE84DD6) is known color: Free Speech Magenta. HEX triplet: E8, 4D and D6. RGB value is (232,77,214). Sum of RGB (Red+Green+Blue) = 232+77+214=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E84DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E84DD6 is #17B229. Grayscale: #8A8A8A. Windows color (decimal): -1552938 or 14044648. OLE color: 14044648.

HSL color Cylindrical-coordinate representation of color #E84DD6: hue angle of 306.97º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E84DD6 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 77 214 -
CMYK 0 0.67 0.08 0.09
HSL 306.97º 0.77% 0.61% -
HSV(B) 306.97º 0.67% 0.91% -
XYZ 48.07 27.32 66.36 -
YUV 138.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 232 77 214 0 0.67 0.08 0.09 306.97 0.77 0.61
Hex E8 4D D6 0 43 8 9 133 4D 3D
Octal 350 115 326 0 103 10 11 463 115 75
Binary 11101000 1001101 11010110 0 1000011 1000 1001 100110011 1001101 111101

Color Harmonies of #E84DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84DD6

Black with #E84DD6

Text Example


Text Example

White with #E84DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84DD6; }

 p { color: rgb(232,77,214); }

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

background-color css

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

 a { background-color: rgb(232,77,214); }

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

border-color css

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

 span { border-color: rgb(232,77,214); }

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