Html Css Color HEX #E241DB Free Speech Magenta

📋 copy color: '#E241DB'

red 226 ◦ green 65 ◦ blue 219

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

Shades of Free Speech Magenta #E241DB

Tints of Free Speech Magenta #E241DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 44.31%
G = 12.75%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E241DB (or 0xE241DB) is known color: Free Speech Magenta. HEX triplet: E2, 41 and DB. RGB value is (226,65,219). Sum of RGB (Red+Green+Blue) = 226+65+219=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E241DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E241DB is #1DBE24. Grayscale: #828282. Windows color (decimal): -1949221 or 14369250. OLE color: 14369250.

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

Color convert

RGB 226 65 219 -
CMYK 0 0.71 0.03 0.11
HSL 302.61º 0.74% 0.57% -
HSV(B) 302.61º 0.71% 0.89% -
XYZ 46.04 25.06 69.43 -
YUV 130.7 177.84 195.98 -
System Red Green Blue C M Y K H S L
Decimal 226 65 219 0 0.71 0.03 0.11 302.61 0.74 0.57
Hex E2 41 DB 0 47 3 B 12F 4A 39
Octal 342 101 333 0 107 3 13 457 112 71
Binary 11100010 1000001 11011011 0 1000111 11 1011 100101111 1001010 111001

Color Harmonies of #E241DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E241DB

Black with #E241DB

Text Example


Text Example

White with #E241DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E241DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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