Html Css Color HEX #E153E6 Free Speech Magenta

📋 copy color: '#E153E6'

red 225 ◦ green 83 ◦ blue 230

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

Shades of Free Speech Magenta #E153E6

Tints of Free Speech Magenta #E153E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.75%

R = 41.82%
G = 15.43%
B = 42.75%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E153E6 (or 0xE153E6) is known color: Free Speech Magenta. HEX triplet: E1, 53 and E6. RGB value is (225,83,230). Sum of RGB (Red+Green+Blue) = 225+83+230=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 83 (32.81% from 255 or 15.43% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #E153E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E153E6 is #1EAC19. Grayscale: #8D8D8D. Windows color (decimal): -2010138 or 15094753. OLE color: 15094753.

HSL color Cylindrical-coordinate representation of color #E153E6: hue angle of 297.96º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E153E6 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 83 230 -
CMYK 0.02 0.64 0 0.10
HSL 297.96º 0.75% 0.61% -
HSV(B) 297.96º 0.64% 0.9% -
XYZ 48.43 27.91 77.7 -
YUV 142.22 177.54 187.05 -
System Red Green Blue C M Y K H S L
Decimal 225 83 230 0.02 0.64 0 0.10 297.96 0.75 0.61
Hex E1 53 E6 2 40 0 A 12A 4B 3D
Octal 341 123 346 2 100 0 12 452 113 75
Binary 11100001 1010011 11100110 10 1000000 0 1010 100101010 1001011 111101

Color Harmonies of #E153E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E153E6

Black with #E153E6

Text Example


Text Example

White with #E153E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E153E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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