Html Css Color HEX #E153F4 Free Speech Magenta

📋 copy color: '#E153F4'

red 225 ◦ green 83 ◦ blue 244

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

Shades of Free Speech Magenta #E153F4

Tints of Free Speech Magenta #E153F4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.04%

 BLUE value IS 244 (95.7% from 255) = 44.2%

R = 40.76%
G = 15.04%
B = 44.2%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E153F4 (or 0xE153F4) is known color: Free Speech Magenta. HEX triplet: E1, 53 and F4. RGB value is (225,83,244). Sum of RGB (Red+Green+Blue) = 225+83+244=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 83 (32.81% from 255 or 15.04% from 552); Blue value is 244 (95.70% from 255 or 44.20% from 552); Max value from RGB is 244 - color contains mainly: blue. Hex color #E153F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E153F4 is #1EAC0B. Grayscale: #8F8F8F. Windows color (decimal): -2010124 or 16012257. OLE color: 16012257.

HSL color Cylindrical-coordinate representation of color #E153F4: hue angle of 292.92º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E153F4 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 83 244 -
CMYK 0.08 0.66 0 0.04
HSL 292.92º 0.88% 0.64% -
HSV(B) 292.92º 0.66% 0.96% -
XYZ 50.47 28.73 88.47 -
YUV 143.81 184.54 185.91 -
System Red Green Blue C M Y K H S L
Decimal 225 83 244 0.08 0.66 0 0.04 292.92 0.88 0.64
Hex E1 53 F4 8 42 0 4 125 58 40
Octal 341 123 364 10 102 0 4 445 130 100
Binary 11100001 1010011 11110100 1000 1000010 0 100 100100101 1011000 1000000

Color Harmonies of #E153F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E153F4

Black with #E153F4

Text Example


Text Example

White with #E153F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E153F4; }

 p { color: rgb(225,83,244); }

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

background-color css

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

 a { background-color: rgb(225,83,244); }

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

border-color css

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

 span { border-color: rgb(225,83,244); }

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