Html Css Color HEX #E138E2 Free Speech Magenta

📋 copy color: '#E138E2'

red 225 ◦ green 56 ◦ blue 226

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

Shades of Free Speech Magenta #E138E2

Tints of Free Speech Magenta #E138E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.58%

R = 44.38%
G = 11.05%
B = 44.58%

CMYK

 C value IS 0.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E138E2 (or 0xE138E2) is known color: Free Speech Magenta. HEX triplet: E1, 38 and E2. RGB value is (225,56,226). Sum of RGB (Red+Green+Blue) = 225+56+226=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 56 (22.27% from 255 or 11.05% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #E138E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138E2 is #1EC71D. Grayscale: #7D7D7D. Windows color (decimal): -2017054 or 14825697. OLE color: 14825697.

HSL color Cylindrical-coordinate representation of color #E138E2: hue angle of 299.65º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E138E2 is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 56 226 -
CMYK 0.00 0.75 0 0.11
HSL 299.65º 0.75% 0.55% -
HSV(B) 299.65º 0.75% 0.89% -
XYZ 46.19 24.33 74.21 -
YUV 125.91 184.49 198.68 -
System Red Green Blue C M Y K H S L
Decimal 225 56 226 0.00 0.75 0 0.11 299.65 0.75 0.55
Hex E1 38 E2 0 4B 0 B 12C 4B 37
Octal 341 70 342 0 113 0 13 454 113 67
Binary 11100001 111000 11100010 0 1001011 0 1011 100101100 1001011 110111

Color Harmonies of #E138E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E138E2

Black with #E138E2

Text Example


Text Example

White with #E138E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E138E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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