Html Css Color HEX #E741DB Free Speech Magenta

📋 copy color: '#E741DB'

red 231 ◦ green 65 ◦ blue 219

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

Shades of Free Speech Magenta #E741DB

Tints of Free Speech Magenta #E741DB

RGB

 RED value IS 231 (90.63% from 255) = 44.85%

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

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

R = 44.85%
G = 12.62%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E741DB (or 0xE741DB) is known color: Free Speech Magenta. HEX triplet: E7, 41 and DB. RGB value is (231,65,219). Sum of RGB (Red+Green+Blue) = 231+65+219=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E741DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741DB is #18BE24. Grayscale: #838383. Windows color (decimal): -1621541 or 14369255. OLE color: 14369255.

HSL color Cylindrical-coordinate representation of color #E741DB: hue angle of 304.34º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E741DB is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 65 219 -
CMYK 0 0.72 0.05 0.09
HSL 304.34º 0.78% 0.58% -
HSV(B) 304.34º 0.72% 0.91% -
XYZ 47.63 25.88 69.5 -
YUV 132.19 177 198.48 -
System Red Green Blue C M Y K H S L
Decimal 231 65 219 0 0.72 0.05 0.09 304.34 0.78 0.58
Hex E7 41 DB 0 48 5 9 130 4E 3A
Octal 347 101 333 0 110 5 11 460 116 72
Binary 11100111 1000001 11011011 0 1001000 101 1001 100110000 1001110 111010

Color Harmonies of #E741DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741DB

Black with #E741DB

Text Example


Text Example

White with #E741DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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