Html Css Color HEX #E659DD Free Speech Magenta

📋 copy color: '#E659DD'

red 230 ◦ green 89 ◦ blue 221

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

Shades of Free Speech Magenta #E659DD

Tints of Free Speech Magenta #E659DD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.48%

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

R = 42.59%
G = 16.48%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E659DD (or 0xE659DD) is known color: Free Speech Magenta. HEX triplet: E6, 59 and DD. RGB value is (230,89,221). Sum of RGB (Red+Green+Blue) = 230+89+221=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E659DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E659DD is #19A622. Grayscale: #919191. Windows color (decimal): -1680931 or 14506470. OLE color: 14506470.

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

Color convert

RGB 230 89 221 -
CMYK 0 0.61 0.04 0.10
HSL 303.83º 0.74% 0.63% -
HSV(B) 303.83º 0.61% 0.9% -
XYZ 49.26 29.19 71.44 -
YUV 146.21 170.21 187.77 -
System Red Green Blue C M Y K H S L
Decimal 230 89 221 0 0.61 0.04 0.10 303.83 0.74 0.63
Hex E6 59 DD 0 3D 4 A 130 4A 3F
Octal 346 131 335 0 75 4 12 460 112 77
Binary 11100110 1011001 11011101 0 111101 100 1010 100110000 1001010 111111

Color Harmonies of #E659DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E659DD

Black with #E659DD

Text Example


Text Example

White with #E659DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E659DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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