Html Css Color HEX #E136DB Free Speech Magenta

📋 copy color: '#E136DB'

red 225 ◦ green 54 ◦ blue 219

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

Shades of Free Speech Magenta #E136DB

Tints of Free Speech Magenta #E136DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.84%

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

R = 45.18%
G = 10.84%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E136DB (or 0xE136DB) is known color: Free Speech Magenta. HEX triplet: E1, 36 and DB. RGB value is (225,54,219). Sum of RGB (Red+Green+Blue) = 225+54+219=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 54 (21.48% from 255 or 10.84% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E136DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136DB is #1EC924. Grayscale: #7B7B7B. Windows color (decimal): -2017573 or 14366433. OLE color: 14366433.

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

Color convert

RGB 225 54 219 -
CMYK 0 0.76 0.03 0.12
HSL 302.11º 0.74% 0.55% -
HSV(B) 302.11º 0.76% 0.88% -
XYZ 45.16 23.76 69.22 -
YUV 123.94 181.65 200.08 -
System Red Green Blue C M Y K H S L
Decimal 225 54 219 0 0.76 0.03 0.12 302.11 0.74 0.55
Hex E1 36 DB 0 4C 3 C 12E 4A 37
Octal 341 66 333 0 114 3 14 456 112 67
Binary 11100001 110110 11011011 0 1001100 11 1100 100101110 1001010 110111

Color Harmonies of #E136DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136DB

Black with #E136DB

Text Example


Text Example

White with #E136DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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