Html Css Color HEX #E464DD Free Speech Magenta

📋 copy color: '#E464DD'

red 228 ◦ green 100 ◦ blue 221

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

Shades of Free Speech Magenta #E464DD

Tints of Free Speech Magenta #E464DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.21%

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

R = 41.53%
G = 18.21%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E464DD (or 0xE464DD) is known color: Free Speech Magenta. HEX triplet: E4, 64 and DD. RGB value is (228,100,221). Sum of RGB (Red+Green+Blue) = 228+100+221=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E464DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E464DD is #1B9B22. Grayscale: #979797. Windows color (decimal): -1809187 or 14509284. OLE color: 14509284.

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

Color convert

RGB 228 100 221 -
CMYK 0 0.56 0.03 0.11
HSL 303.28º 0.7% 0.64% -
HSV(B) 303.28º 0.56% 0.89% -
XYZ 49.6 30.83 71.74 -
YUV 152.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 228 100 221 0 0.56 0.03 0.11 303.28 0.7 0.64
Hex E4 64 DD 0 38 3 B 12F 46 40
Octal 344 144 335 0 70 3 13 457 106 100
Binary 11100100 1100100 11011101 0 111000 11 1011 100101111 1000110 1000000

Color Harmonies of #E464DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E464DD

Black with #E464DD

Text Example


Text Example

White with #E464DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E464DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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