Html Css Color HEX #E148E6 Free Speech Magenta

📋 copy color: '#E148E6'

red 225 ◦ green 72 ◦ blue 230

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

Shades of Free Speech Magenta #E148E6

Tints of Free Speech Magenta #E148E6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.66%

 BLUE value IS 230 (90.23% from 255) = 43.64%

R = 42.69%
G = 13.66%
B = 43.64%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E148E6 (or 0xE148E6) is known color: Free Speech Magenta. HEX triplet: E1, 48 and E6. RGB value is (225,72,230). Sum of RGB (Red+Green+Blue) = 225+72+230=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 72 (28.52% from 255 or 13.66% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #E148E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E148E6 is #1EB719. Grayscale: #878787. Windows color (decimal): -2012954 or 15091937. OLE color: 15091937.

HSL color Cylindrical-coordinate representation of color #E148E6: hue angle of 298.1º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E148E6 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 72 230 -
CMYK 0.02 0.69 0 0.10
HSL 298.1º 0.76% 0.59% -
HSV(B) 298.1º 0.69% 0.9% -
XYZ 47.65 26.36 77.44 -
YUV 135.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 225 72 230 0.02 0.69 0 0.10 298.1 0.76 0.59
Hex E1 48 E6 2 45 0 A 12A 4C 3B
Octal 341 110 346 2 105 0 12 452 114 73
Binary 11100001 1001000 11100110 10 1000101 0 1010 100101010 1001100 111011

Color Harmonies of #E148E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148E6

Black with #E148E6

Text Example


Text Example

White with #E148E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148E6; }

 p { color: rgb(225,72,230); }

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

background-color css

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

 a { background-color: rgb(225,72,230); }

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

border-color css

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

 span { border-color: rgb(225,72,230); }

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