Html Css Color HEX #E660D1 Free Speech Magenta

📋 copy color: '#E660D1'

red 230 ◦ green 96 ◦ blue 209

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

Shades of Free Speech Magenta #E660D1

Tints of Free Speech Magenta #E660D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.07%

R = 42.99%
G = 17.94%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E660D1 (or 0xE660D1) is known color: Free Speech Magenta. HEX triplet: E6, 60 and D1. RGB value is (230,96,209). Sum of RGB (Red+Green+Blue) = 230+96+209=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E660D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E660D1 is #199F2E. Grayscale: #949494. Windows color (decimal): -1679151 or 13721830. OLE color: 13721830.

HSL color Cylindrical-coordinate representation of color #E660D1: hue angle of 309.4º 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 #E660D1 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 96 209 -
CMYK 0 0.58 0.09 0.10
HSL 309.4º 0.73% 0.64% -
HSV(B) 309.4º 0.58% 0.9% -
XYZ 48.32 29.79 63.53 -
YUV 148.95 161.89 185.81 -
System Red Green Blue C M Y K H S L
Decimal 230 96 209 0 0.58 0.09 0.10 309.4 0.73 0.64
Hex E6 60 D1 0 3A 9 A 135 49 40
Octal 346 140 321 0 72 11 12 465 111 100
Binary 11100110 1100000 11010001 0 111010 1001 1010 100110101 1001001 1000000

Color Harmonies of #E660D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E660D1

Black with #E660D1

Text Example


Text Example

White with #E660D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E660D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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