Html Css Color HEX #E455DD Free Speech Magenta

📋 copy color: '#E455DD'

red 228 ◦ green 85 ◦ blue 221

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

Shades of Free Speech Magenta #E455DD

Tints of Free Speech Magenta #E455DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.92%

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

R = 42.7%
G = 15.92%
B = 41.39%

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

#E455DD (or 0xE455DD) is known color: Free Speech Magenta. HEX triplet: E4, 55 and DD. RGB value is (228,85,221). Sum of RGB (Red+Green+Blue) = 228+85+221=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E455DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E455DD is #1BAA22. Grayscale: #8E8E8E. Windows color (decimal): -1813027 or 14505444. OLE color: 14505444.

HSL color Cylindrical-coordinate representation of color #E455DD: hue angle of 302.94º 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 #E455DD is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 85 221 -
CMYK 0 0.63 0.03 0.11
HSL 302.94º 0.73% 0.61% -
HSV(B) 302.94º 0.63% 0.89% -
XYZ 48.29 28.21 71.31 -
YUV 143.26 171.88 188.44 -
System Red Green Blue C M Y K H S L
Decimal 228 85 221 0 0.63 0.03 0.11 302.94 0.73 0.61
Hex E4 55 DD 0 3F 3 B 12F 49 3D
Octal 344 125 335 0 77 3 13 457 111 75
Binary 11100100 1010101 11011101 0 111111 11 1011 100101111 1001001 111101

Color Harmonies of #E455DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E455DD

Black with #E455DD

Text Example


Text Example

White with #E455DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E455DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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