Html Css Color HEX #E640DD Free Speech Magenta

📋 copy color: '#E640DD'

red 230 ◦ green 64 ◦ blue 221

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

Shades of Free Speech Magenta #E640DD

Tints of Free Speech Magenta #E640DD

RGB

 RED value IS 230 (90.23% from 255) = 44.66%

 GREEN value IS 64 (25.39% from 255) = 12.43%

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

R = 44.66%
G = 12.43%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E640DD (or 0xE640DD) is known color: Free Speech Magenta. HEX triplet: E6, 40 and DD. RGB value is (230,64,221). Sum of RGB (Red+Green+Blue) = 230+64+221=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E640DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E640DD is #19BF22. Grayscale: #838383. Windows color (decimal): -1687331 or 14500070. OLE color: 14500070.

HSL color Cylindrical-coordinate representation of color #E640DD: hue angle of 303.25º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E640DD is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 64 221 -
CMYK 0 0.72 0.04 0.10
HSL 303.25º 0.77% 0.58% -
HSV(B) 303.25º 0.72% 0.9% -
XYZ 47.52 25.71 70.86 -
YUV 131.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 230 64 221 0 0.72 0.04 0.10 303.25 0.77 0.58
Hex E6 40 DD 0 48 4 A 12F 4D 3A
Octal 346 100 335 0 110 4 12 457 115 72
Binary 11100110 1000000 11011101 0 1001000 100 1010 100101111 1001101 111010

Color Harmonies of #E640DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E640DD

Black with #E640DD

Text Example


Text Example

White with #E640DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E640DD; }

 p { color: rgb(230,64,221); }

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

background-color css

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

 a { background-color: rgb(230,64,221); }

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

border-color css

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

 span { border-color: rgb(230,64,221); }

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