Html Css Color HEX #E241D7 Free Speech Magenta

📋 copy color: '#E241D7'

red 226 ◦ green 65 ◦ blue 215

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

Shades of Free Speech Magenta #E241D7

Tints of Free Speech Magenta #E241D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.49%

R = 44.66%
G = 12.85%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E241D7 (or 0xE241D7) is known color: Free Speech Magenta. HEX triplet: E2, 41 and D7. RGB value is (226,65,215). Sum of RGB (Red+Green+Blue) = 226+65+215=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 65 (25.78% from 255 or 12.85% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E241D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E241D7 is #1DBE28. Grayscale: #818181. Windows color (decimal): -1949225 or 14107106. OLE color: 14107106.

HSL color Cylindrical-coordinate representation of color #E241D7: hue angle of 304.1º 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 #E241D7 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 65 215 -
CMYK 0 0.71 0.05 0.11
HSL 304.1º 0.74% 0.57% -
HSV(B) 304.1º 0.71% 0.89% -
XYZ 45.52 24.86 66.69 -
YUV 130.24 175.84 196.3 -
System Red Green Blue C M Y K H S L
Decimal 226 65 215 0 0.71 0.05 0.11 304.1 0.74 0.57
Hex E2 41 D7 0 47 5 B 130 4A 39
Octal 342 101 327 0 107 5 13 460 112 71
Binary 11100010 1000001 11010111 0 1000111 101 1011 100110000 1001010 111001

Color Harmonies of #E241D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E241D7

Black with #E241D7

Text Example


Text Example

White with #E241D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E241D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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