Html Css Color HEX #E138DC Free Speech Magenta

📋 copy color: '#E138DC'

red 225 ◦ green 56 ◦ blue 220

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

Shades of Free Speech Magenta #E138DC

Tints of Free Speech Magenta #E138DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 44.91%
G = 11.18%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E138DC (or 0xE138DC) is known color: Free Speech Magenta. HEX triplet: E1, 38 and DC. RGB value is (225,56,220). Sum of RGB (Red+Green+Blue) = 225+56+220=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 56 (22.27% from 255 or 11.18% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E138DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138DC is #1EC723. Grayscale: #7C7C7C. Windows color (decimal): -2017060 or 14432481. OLE color: 14432481.

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

Color convert

RGB 225 56 220 -
CMYK 0 0.75 0.02 0.12
HSL 301.78º 0.74% 0.55% -
HSV(B) 301.78º 0.75% 0.88% -
XYZ 45.38 24 69.95 -
YUV 125.23 181.49 199.16 -
System Red Green Blue C M Y K H S L
Decimal 225 56 220 0 0.75 0.02 0.12 301.78 0.74 0.55
Hex E1 38 DC 0 4B 2 C 12E 4A 37
Octal 341 70 334 0 113 2 14 456 112 67
Binary 11100001 111000 11011100 0 1001011 10 1100 100101110 1001010 110111

Color Harmonies of #E138DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E138DC

Black with #E138DC

Text Example


Text Example

White with #E138DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E138DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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