Html Css Color HEX #E250DB Free Speech Magenta

📋 copy color: '#E250DB'

red 226 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #E250DB

Tints of Free Speech Magenta #E250DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.24%

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

R = 43.05%
G = 15.24%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E250DB (or 0xE250DB) is known color: Free Speech Magenta. HEX triplet: E2, 50 and DB. RGB value is (226,80,219). Sum of RGB (Red+Green+Blue) = 226+80+219=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E250DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E250DB is #1DAF24. Grayscale: #8B8B8B. Windows color (decimal): -1945381 or 14373090. OLE color: 14373090.

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

Color convert

RGB 226 80 219 -
CMYK 0 0.65 0.03 0.11
HSL 302.88º 0.72% 0.6% -
HSV(B) 302.88º 0.65% 0.89% -
XYZ 47.02 27.02 69.76 -
YUV 139.5 172.87 189.7 -
System Red Green Blue C M Y K H S L
Decimal 226 80 219 0 0.65 0.03 0.11 302.88 0.72 0.6
Hex E2 50 DB 0 41 3 B 12F 48 3C
Octal 342 120 333 0 101 3 13 457 110 74
Binary 11100010 1010000 11011011 0 1000001 11 1011 100101111 1001000 111100

Color Harmonies of #E250DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E250DB

Black with #E250DB

Text Example


Text Example

White with #E250DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E250DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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