Html Css Color HEX #E454DD Free Speech Magenta

📋 copy color: '#E454DD'

red 228 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Magenta #E454DD

Tints of Free Speech Magenta #E454DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.76%

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 42.78%
G = 15.76%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E454DD (or 0xE454DD) is known color: Free Speech Magenta. HEX triplet: E4, 54 and DD. RGB value is (228,84,221). Sum of RGB (Red+Green+Blue) = 228+84+221=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E454DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E454DD is #1BAB22. Grayscale: #8E8E8E. Windows color (decimal): -1813283 or 14505188. OLE color: 14505188.

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

Color convert

RGB 228 84 221 -
CMYK 0 0.63 0.03 0.11
HSL 302.92º 0.73% 0.61% -
HSV(B) 302.92º 0.63% 0.89% -
XYZ 48.22 28.06 71.28 -
YUV 142.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 228 84 221 0 0.63 0.03 0.11 302.92 0.73 0.61
Hex E4 54 DD 0 3F 3 B 12F 49 3D
Octal 344 124 335 0 77 3 13 457 111 75
Binary 11100100 1010100 11011101 0 111111 11 1011 100101111 1001001 111101

Color Harmonies of #E454DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E454DD

Black with #E454DD

Text Example


Text Example

White with #E454DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E454DD; }

 p { color: rgb(228,84,221); }

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

background-color css

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

 a { background-color: rgb(228,84,221); }

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

border-color css

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

 span { border-color: rgb(228,84,221); }

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