Html Css Color HEX #E458D5 Free Speech Magenta

📋 copy color: '#E458D5'

red 228 ◦ green 88 ◦ blue 213

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

Shades of Free Speech Magenta #E458D5

Tints of Free Speech Magenta #E458D5

RGB

 RED value IS 228 (89.45% from 255) = 43.1%

 GREEN value IS 88 (34.77% from 255) = 16.64%

 BLUE value IS 213 (83.59% from 255) = 40.26%

R = 43.1%
G = 16.64%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E458D5 (or 0xE458D5) is known color: Free Speech Magenta. HEX triplet: E4, 58 and D5. RGB value is (228,88,213). Sum of RGB (Red+Green+Blue) = 228+88+213=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 228 - color contains mainly: red. Hex color #E458D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E458D5 is #1BA72A. Grayscale: #8F8F8F. Windows color (decimal): -1812267 or 13981924. OLE color: 13981924.

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

Color convert

RGB 228 88 213 -
CMYK 0 0.61 0.07 0.11
HSL 306.43º 0.72% 0.62% -
HSV(B) 306.43º 0.61% 0.89% -
XYZ 47.49 28.28 65.91 -
YUV 144.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 228 88 213 0 0.61 0.07 0.11 306.43 0.72 0.62
Hex E4 58 D5 0 3D 7 B 132 48 3E
Octal 344 130 325 0 75 7 13 462 110 76
Binary 11100100 1011000 11010101 0 111101 111 1011 100110010 1001000 111110

Color Harmonies of #E458D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E458D5

Black with #E458D5

Text Example


Text Example

White with #E458D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E458D5; }

 p { color: rgb(228,88,213); }

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

background-color css

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

 a { background-color: rgb(228,88,213); }

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

border-color css

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

 span { border-color: rgb(228,88,213); }

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