Html Css Color HEX #E138DB Free Speech Magenta

📋 copy color: '#E138DB'

red 225 ◦ green 56 ◦ blue 219

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

Shades of Free Speech Magenta #E138DB

Tints of Free Speech Magenta #E138DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.2%

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

R = 45%
G = 11.2%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E138DB (or 0xE138DB) is known color: Free Speech Magenta. HEX triplet: E1, 38 and DB. RGB value is (225,56,219). Sum of RGB (Red+Green+Blue) = 225+56+219=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E138DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138DB is #1EC724. Grayscale: #7C7C7C. Windows color (decimal): -2017061 or 14366945. OLE color: 14366945.

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

Color convert

RGB 225 56 219 -
CMYK 0 0.75 0.03 0.12
HSL 302.13º 0.74% 0.55% -
HSV(B) 302.13º 0.75% 0.88% -
XYZ 45.25 23.95 69.26 -
YUV 125.11 180.99 199.25 -
System Red Green Blue C M Y K H S L
Decimal 225 56 219 0 0.75 0.03 0.12 302.13 0.74 0.55
Hex E1 38 DB 0 4B 3 C 12E 4A 37
Octal 341 70 333 0 113 3 14 456 112 67
Binary 11100001 111000 11011011 0 1001011 11 1100 100101110 1001010 110111

Color Harmonies of #E138DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E138DB

Black with #E138DB

Text Example


Text Example

White with #E138DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E138DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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