Html Css Color HEX #E241C5 Free Speech Magenta

📋 copy color: '#E241C5'

red 226 ◦ green 65 ◦ blue 197

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

Shades of Free Speech Magenta #E241C5

Tints of Free Speech Magenta #E241C5

RGB

 RED value IS 226 (88.67% from 255) = 46.31%

 GREEN value IS 65 (25.78% from 255) = 13.32%

 BLUE value IS 197 (77.34% from 255) = 40.37%

R = 46.31%
G = 13.32%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E241C5 (or 0xE241C5) is known color: Free Speech Magenta. HEX triplet: E2, 41 and C5. RGB value is (226,65,197). Sum of RGB (Red+Green+Blue) = 226+65+197=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E241C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E241C5 is #1DBE3A. Grayscale: #7F7F7F. Windows color (decimal): -1949243 or 12927458. OLE color: 12927458.

HSL color Cylindrical-coordinate representation of color #E241C5: hue angle of 310.81º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E241C5 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 65 197 -
CMYK 0 0.71 0.13 0.11
HSL 310.81º 0.74% 0.57% -
HSV(B) 310.81º 0.71% 0.89% -
XYZ 43.33 23.98 55.17 -
YUV 128.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 226 65 197 0 0.71 0.13 0.11 310.81 0.74 0.57
Hex E2 41 C5 0 47 D B 137 4A 39
Octal 342 101 305 0 107 15 13 467 112 71
Binary 11100010 1000001 11000101 0 1000111 1101 1011 100110111 1001010 111001

Color Harmonies of #E241C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E241C5

Black with #E241C5

Text Example


Text Example

White with #E241C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E241C5; }

 p { color: rgb(226,65,197); }

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

background-color css

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

 a { background-color: rgb(226,65,197); }

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

border-color css

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

 span { border-color: rgb(226,65,197); }

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