Html Css Color HEX #E148ED Free Speech Magenta

📋 copy color: '#E148ED'

red 225 ◦ green 72 ◦ blue 237

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

Shades of Free Speech Magenta #E148ED

Tints of Free Speech Magenta #E148ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 42.13%
G = 13.48%
B = 44.38%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E148ED (or 0xE148ED) is known color: Free Speech Magenta. HEX triplet: E1, 48 and ED. RGB value is (225,72,237). Sum of RGB (Red+Green+Blue) = 225+72+237=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 72 (28.52% from 255 or 13.48% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #E148ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E148ED is #1EB712. Grayscale: #888888. Windows color (decimal): -2012947 or 15550689. OLE color: 15550689.

HSL color Cylindrical-coordinate representation of color #E148ED: hue angle of 295.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E148ED is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 72 237 -
CMYK 0.05 0.70 0 0.07
HSL 295.64º 0.82% 0.61% -
HSV(B) 295.64º 0.7% 0.93% -
XYZ 48.65 26.76 82.72 -
YUV 136.56 184.69 191.08 -
System Red Green Blue C M Y K H S L
Decimal 225 72 237 0.05 0.70 0 0.07 295.64 0.82 0.61
Hex E1 48 ED 5 46 0 7 128 52 3D
Octal 341 110 355 5 106 0 7 450 122 75
Binary 11100001 1001000 11101101 101 1000110 0 111 100101000 1010010 111101

Color Harmonies of #E148ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148ED

Black with #E148ED

Text Example


Text Example

White with #E148ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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