Html Css Color HEX #E061C9 Free Speech Magenta

📋 copy color: '#E061C9'

red 224 ◦ green 97 ◦ blue 201

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

Shades of Free Speech Magenta #E061C9

Tints of Free Speech Magenta #E061C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.51%

R = 42.91%
G = 18.58%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E061C9 (or 0xE061C9) is known color: Free Speech Magenta. HEX triplet: E0, 61 and C9. RGB value is (224,97,201). Sum of RGB (Red+Green+Blue) = 224+97+201=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 97 (38.28% from 255 or 18.58% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E061C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E061C9 is #1F9E36. Grayscale: #929292. Windows color (decimal): -2072119 or 13197792. OLE color: 13197792.

HSL color Cylindrical-coordinate representation of color #E061C9: hue angle of 310.87º 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 #E061C9 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 97 201 -
CMYK 0 0.57 0.10 0.12
HSL 310.87º 0.67% 0.63% -
HSV(B) 310.87º 0.57% 0.88% -
XYZ 45.56 28.61 58.38 -
YUV 146.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 224 97 201 0 0.57 0.10 0.12 310.87 0.67 0.63
Hex E0 61 C9 0 39 A C 137 43 3F
Octal 340 141 311 0 71 12 14 467 103 77
Binary 11100000 1100001 11001001 0 111001 1010 1100 100110111 1000011 111111

Color Harmonies of #E061C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E061C9

Black with #E061C9

Text Example


Text Example

White with #E061C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E061C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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