Html Css Color HEX #E061D9 Free Speech Magenta

📋 copy color: '#E061D9'

red 224 ◦ green 97 ◦ blue 217

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

Shades of Free Speech Magenta #E061D9

Tints of Free Speech Magenta #E061D9

RGB

 RED value IS 224 (87.89% from 255) = 41.64%

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

 BLUE value IS 217 (85.16% from 255) = 40.33%

R = 41.64%
G = 18.03%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E061D9 (or 0xE061D9) is known color: Free Speech Magenta. HEX triplet: E0, 61 and D9. RGB value is (224,97,217). Sum of RGB (Red+Green+Blue) = 224+97+217=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E061D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E061D9 is #1F9E26. Grayscale: #949494. Windows color (decimal): -2072103 or 14246368. OLE color: 14246368.

HSL color Cylindrical-coordinate representation of color #E061D9: hue angle of 303.31º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E061D9 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 97 217 -
CMYK 0 0.57 0.03 0.12
HSL 303.31º 0.67% 0.63% -
HSV(B) 303.31º 0.57% 0.88% -
XYZ 47.54 29.41 68.82 -
YUV 148.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 224 97 217 0 0.57 0.03 0.12 303.31 0.67 0.63
Hex E0 61 D9 0 39 3 C 12F 43 3F
Octal 340 141 331 0 71 3 14 457 103 77
Binary 11100000 1100001 11011001 0 111001 11 1100 100101111 1000011 111111

Color Harmonies of #E061D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E061D9

Black with #E061D9

Text Example


Text Example

White with #E061D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E061D9; }

 p { color: rgb(224,97,217); }

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

background-color css

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

 a { background-color: rgb(224,97,217); }

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

border-color css

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

 span { border-color: rgb(224,97,217); }

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