Html Css Color HEX #E561D6 Free Speech Magenta

📋 copy color: '#E561D6'

red 229 ◦ green 97 ◦ blue 214

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

Shades of Free Speech Magenta #E561D6

Tints of Free Speech Magenta #E561D6

RGB

 RED value IS 229 (89.84% from 255) = 42.41%

 GREEN value IS 97 (38.28% from 255) = 17.96%

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

R = 42.41%
G = 17.96%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E561D6 (or 0xE561D6) is known color: Free Speech Magenta. HEX triplet: E5, 61 and D6. RGB value is (229,97,214). Sum of RGB (Red+Green+Blue) = 229+97+214=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E561D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E561D6 is #1A9E29. Grayscale: #959595. Windows color (decimal): -1744426 or 14049765. OLE color: 14049765.

HSL color Cylindrical-coordinate representation of color #E561D6: hue angle of 306.82º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E561D6 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 97 214 -
CMYK 0 0.58 0.07 0.10
HSL 306.82º 0.72% 0.64% -
HSV(B) 306.82º 0.58% 0.9% -
XYZ 48.73 30.06 66.85 -
YUV 149.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 229 97 214 0 0.58 0.07 0.10 306.82 0.72 0.64
Hex E5 61 D6 0 3A 7 A 133 48 40
Octal 345 141 326 0 72 7 12 463 110 100
Binary 11100101 1100001 11010110 0 111010 111 1010 100110011 1001000 1000000

Color Harmonies of #E561D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E561D6

Black with #E561D6

Text Example


Text Example

White with #E561D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E561D6; }

 p { color: rgb(229,97,214); }

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

background-color css

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

 a { background-color: rgb(229,97,214); }

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

border-color css

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

 span { border-color: rgb(229,97,214); }

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