Html Css Color HEX #E148E8 Free Speech Magenta

📋 copy color: '#E148E8'

red 225 ◦ green 72 ◦ blue 232

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

Shades of Free Speech Magenta #E148E8

Tints of Free Speech Magenta #E148E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.86%

R = 42.53%
G = 13.61%
B = 43.86%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E148E8 (or 0xE148E8) is known color: Free Speech Magenta. HEX triplet: E1, 48 and E8. RGB value is (225,72,232). Sum of RGB (Red+Green+Blue) = 225+72+232=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 72 (28.52% from 255 or 13.61% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 232 - color contains mainly: blue. Hex color #E148E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E148E8 is #1EB717. Grayscale: #878787. Windows color (decimal): -2012952 or 15223009. OLE color: 15223009.

HSL color Cylindrical-coordinate representation of color #E148E8: hue angle of 297.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E148E8 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 225 72 232 -
CMYK 0.03 0.69 0 0.09
HSL 297.38º 0.78% 0.6% -
HSV(B) 297.38º 0.69% 0.91% -
XYZ 47.93 26.47 78.93 -
YUV 135.99 182.19 191.49 -
System Red Green Blue C M Y K H S L
Decimal 225 72 232 0.03 0.69 0 0.09 297.38 0.78 0.6
Hex E1 48 E8 3 45 0 9 129 4E 3C
Octal 341 110 350 3 105 0 11 451 116 74
Binary 11100001 1001000 11101000 11 1000101 0 1001 100101001 1001110 111100

Color Harmonies of #E148E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148E8

Black with #E148E8

Text Example


Text Example

White with #E148E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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