Html Css Color HEX #E259DB Free Speech Magenta

📋 copy color: '#E259DB'

red 226 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Magenta #E259DB

Tints of Free Speech Magenta #E259DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.67%

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

R = 42.32%
G = 16.67%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E259DB (or 0xE259DB) is known color: Free Speech Magenta. HEX triplet: E2, 59 and DB. RGB value is (226,89,219). Sum of RGB (Red+Green+Blue) = 226+89+219=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E259DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E259DB is #1DA624. Grayscale: #909090. Windows color (decimal): -1943077 or 14375394. OLE color: 14375394.

HSL color Cylindrical-coordinate representation of color #E259DB: hue angle of 303.07º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E259DB is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 89 219 -
CMYK 0 0.61 0.03 0.11
HSL 303.07º 0.7% 0.62% -
HSV(B) 303.07º 0.61% 0.89% -
XYZ 47.72 28.43 69.99 -
YUV 144.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 226 89 219 0 0.61 0.03 0.11 303.07 0.7 0.62
Hex E2 59 DB 0 3D 3 B 12F 46 3E
Octal 342 131 333 0 75 3 13 457 106 76
Binary 11100010 1011001 11011011 0 111101 11 1011 100101111 1000110 111110

Color Harmonies of #E259DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E259DB

Black with #E259DB

Text Example


Text Example

White with #E259DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E259DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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