Html Css Color HEX #E660DD Free Speech Magenta

📋 copy color: '#E660DD'

red 230 ◦ green 96 ◦ blue 221

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

Shades of Free Speech Magenta #E660DD

Tints of Free Speech Magenta #E660DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.55%

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

R = 42.05%
G = 17.55%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E660DD (or 0xE660DD) is known color: Free Speech Magenta. HEX triplet: E6, 60 and DD. RGB value is (230,96,221). Sum of RGB (Red+Green+Blue) = 230+96+221=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E660DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E660DD is #199F22. Grayscale: #959595. Windows color (decimal): -1679139 or 14508262. OLE color: 14508262.

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

Color convert

RGB 230 96 221 -
CMYK 0 0.58 0.04 0.10
HSL 304.03º 0.73% 0.64% -
HSV(B) 304.03º 0.58% 0.9% -
XYZ 49.87 30.41 71.65 -
YUV 150.32 167.89 184.84 -
System Red Green Blue C M Y K H S L
Decimal 230 96 221 0 0.58 0.04 0.10 304.03 0.73 0.64
Hex E6 60 DD 0 3A 4 A 130 49 40
Octal 346 140 335 0 72 4 12 460 111 100
Binary 11100110 1100000 11011101 0 111010 100 1010 100110000 1001001 1000000

Color Harmonies of #E660DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E660DD

Black with #E660DD

Text Example


Text Example

White with #E660DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E660DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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