Html Css Color HEX #E137DB Free Speech Magenta

📋 copy color: '#E137DB'

red 225 ◦ green 55 ◦ blue 219

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

Shades of Free Speech Magenta #E137DB

Tints of Free Speech Magenta #E137DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.02%

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

R = 45.09%
G = 11.02%
B = 43.89%

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

#E137DB (or 0xE137DB) is known color: Free Speech Magenta. HEX triplet: E1, 37 and DB. RGB value is (225,55,219). Sum of RGB (Red+Green+Blue) = 225+55+219=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 55 (21.88% from 255 or 11.02% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E137DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E137DB is #1EC824. Grayscale: #7C7C7C. Windows color (decimal): -2017317 or 14366689. OLE color: 14366689.

HSL color Cylindrical-coordinate representation of color #E137DB: hue angle of 302.12º 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 #E137DB is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 55 219 -
CMYK 0 0.76 0.03 0.12
HSL 302.12º 0.74% 0.55% -
HSV(B) 302.12º 0.76% 0.88% -
XYZ 45.2 23.85 69.24 -
YUV 124.53 181.32 199.66 -
System Red Green Blue C M Y K H S L
Decimal 225 55 219 0 0.76 0.03 0.12 302.12 0.74 0.55
Hex E1 37 DB 0 4C 3 C 12E 4A 37
Octal 341 67 333 0 114 3 14 456 112 67
Binary 11100001 110111 11011011 0 1001100 11 1100 100101110 1001010 110111

Color Harmonies of #E137DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E137DB

Black with #E137DB

Text Example


Text Example

White with #E137DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E137DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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