Html Css Color HEX #E153E9 Free Speech Magenta

📋 copy color: '#E153E9'

red 225 ◦ green 83 ◦ blue 233

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

Shades of Free Speech Magenta #E153E9

Tints of Free Speech Magenta #E153E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.07%

R = 41.59%
G = 15.34%
B = 43.07%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E153E9 (or 0xE153E9) is known color: Free Speech Magenta. HEX triplet: E1, 53 and E9. RGB value is (225,83,233). Sum of RGB (Red+Green+Blue) = 225+83+233=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 83 (32.81% from 255 or 15.34% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #E153E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E153E9 is #1EAC16. Grayscale: #8E8E8E. Windows color (decimal): -2010135 or 15291361. OLE color: 15291361.

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

Color convert

RGB 225 83 233 -
CMYK 0.03 0.64 0 0.09
HSL 296.8º 0.77% 0.62% -
HSV(B) 296.8º 0.64% 0.91% -
XYZ 48.85 28.08 79.94 -
YUV 142.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 225 83 233 0.03 0.64 0 0.09 296.8 0.77 0.62
Hex E1 53 E9 3 40 0 9 129 4D 3E
Octal 341 123 351 3 100 0 11 451 115 76
Binary 11100001 1010011 11101001 11 1000000 0 1001 100101001 1001101 111110

Color Harmonies of #E153E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E153E9

Black with #E153E9

Text Example


Text Example

White with #E153E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E153E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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