Html Css Color HEX #E138FA Free Speech Magenta

📋 copy color: '#E138FA'

red 225 ◦ green 56 ◦ blue 250

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

Shades of Free Speech Magenta #E138FA

Tints of Free Speech Magenta #E138FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 42.37%
G = 10.55%
B = 47.08%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E138FA (or 0xE138FA) is known color: Free Speech Magenta. HEX triplet: E1, 38 and FA. RGB value is (225,56,250). Sum of RGB (Red+Green+Blue) = 225+56+250=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 56 (22.27% from 255 or 10.55% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #E138FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E138FA is #1EC705. Grayscale: #808080. Windows color (decimal): -2017030 or 16398561. OLE color: 16398561.

HSL color Cylindrical-coordinate representation of color #E138FA: hue angle of 292.27º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E138FA is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 56 250 -
CMYK 0.10 0.78 0 0.02
HSL 292.27º 0.95% 0.6% -
HSV(B) 292.27º 0.78% 0.98% -
XYZ 49.72 25.74 92.79 -
YUV 128.65 196.49 196.73 -
System Red Green Blue C M Y K H S L
Decimal 225 56 250 0.10 0.78 0 0.02 292.27 0.95 0.6
Hex E1 38 FA A 4E 0 2 124 5F 3C
Octal 341 70 372 12 116 0 2 444 137 74
Binary 11100001 111000 11111010 1010 1001110 0 10 100100100 1011111 111100

Color Harmonies of #E138FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E138FA

Black with #E138FA

Text Example


Text Example

White with #E138FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E138FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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