Html Css Color HEX #E161DB Free Speech Magenta

📋 copy color: '#E161DB'

red 225 ◦ green 97 ◦ blue 219

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

Shades of Free Speech Magenta #E161DB

Tints of Free Speech Magenta #E161DB

RGB

 RED value IS 225 (88.28% from 255) = 41.59%

 GREEN value IS 97 (38.28% from 255) = 17.93%

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

R = 41.59%
G = 17.93%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E161DB (or 0xE161DB) is known color: Free Speech Magenta. HEX triplet: E1, 61 and DB. RGB value is (225,97,219). Sum of RGB (Red+Green+Blue) = 225+97+219=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 97 (38.28% from 255 or 17.93% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E161DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E161DB is #1E9E24. Grayscale: #949494. Windows color (decimal): -2006565 or 14377441. OLE color: 14377441.

HSL color Cylindrical-coordinate representation of color #E161DB: hue angle of 302.81º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E161DB is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 97 219 -
CMYK 0 0.57 0.03 0.12
HSL 302.81º 0.68% 0.63% -
HSV(B) 302.81º 0.57% 0.88% -
XYZ 48.11 29.67 70.21 -
YUV 149.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 225 97 219 0 0.57 0.03 0.12 302.81 0.68 0.63
Hex E1 61 DB 0 39 3 C 12F 44 3F
Octal 341 141 333 0 71 3 14 457 104 77
Binary 11100001 1100001 11011011 0 111001 11 1100 100101111 1000100 111111

Color Harmonies of #E161DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E161DB

Black with #E161DB

Text Example


Text Example

White with #E161DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E161DB; }

 p { color: rgb(225,97,219); }

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

background-color css

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

 a { background-color: rgb(225,97,219); }

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

border-color css

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

 span { border-color: rgb(225,97,219); }

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