Html Css Color HEX #E153E4 Free Speech Magenta

📋 copy color: '#E153E4'

red 225 ◦ green 83 ◦ blue 228

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

Shades of Free Speech Magenta #E153E4

Tints of Free Speech Magenta #E153E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.54%

R = 41.98%
G = 15.49%
B = 42.54%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E153E4 (or 0xE153E4) is known color: Free Speech Magenta. HEX triplet: E1, 53 and E4. RGB value is (225,83,228). Sum of RGB (Red+Green+Blue) = 225+83+228=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 83 (32.81% from 255 or 15.49% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #E153E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153E4 is #1EAC1B. Grayscale: #8D8D8D. Windows color (decimal): -2010140 or 14963681. OLE color: 14963681.

HSL color Cylindrical-coordinate representation of color #E153E4: hue angle of 298.76º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E153E4 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 83 228 -
CMYK 0.01 0.64 0 0.11
HSL 298.76º 0.73% 0.61% -
HSV(B) 298.76º 0.64% 0.89% -
XYZ 48.15 27.8 76.23 -
YUV 141.99 176.54 187.21 -
System Red Green Blue C M Y K H S L
Decimal 225 83 228 0.01 0.64 0 0.11 298.76 0.73 0.61
Hex E1 53 E4 1 40 0 B 12B 49 3D
Octal 341 123 344 1 100 0 13 453 111 75
Binary 11100001 1010011 11100100 1 1000000 0 1011 100101011 1001001 111101

Color Harmonies of #E153E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E153E4

Black with #E153E4

Text Example


Text Example

White with #E153E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E153E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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