Html Css Color HEX #E251DB Free Speech Magenta

📋 copy color: '#E251DB'

red 226 ◦ green 81 ◦ blue 219

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

Shades of Free Speech Magenta #E251DB

Tints of Free Speech Magenta #E251DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.4%

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

R = 42.97%
G = 15.4%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E251DB (or 0xE251DB) is known color: Free Speech Magenta. HEX triplet: E2, 51 and DB. RGB value is (226,81,219). Sum of RGB (Red+Green+Blue) = 226+81+219=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E251DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E251DB is #1DAE24. Grayscale: #8B8B8B. Windows color (decimal): -1945125 or 14373346. OLE color: 14373346.

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

Color convert

RGB 226 81 219 -
CMYK 0 0.64 0.03 0.11
HSL 302.9º 0.71% 0.6% -
HSV(B) 302.9º 0.64% 0.89% -
XYZ 47.09 27.17 69.78 -
YUV 140.09 172.54 189.28 -
System Red Green Blue C M Y K H S L
Decimal 226 81 219 0 0.64 0.03 0.11 302.9 0.71 0.6
Hex E2 51 DB 0 40 3 B 12F 47 3C
Octal 342 121 333 0 100 3 13 457 107 74
Binary 11100010 1010001 11011011 0 1000000 11 1011 100101111 1000111 111100

Color Harmonies of #E251DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E251DB

Black with #E251DB

Text Example


Text Example

White with #E251DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E251DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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