Html Css Color HEX #E660D9 Free Speech Magenta

📋 copy color: '#E660D9'

red 230 ◦ green 96 ◦ blue 217

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

Shades of Free Speech Magenta #E660D9

Tints of Free Speech Magenta #E660D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.96%

R = 42.36%
G = 17.68%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E660D9 (or 0xE660D9) is known color: Free Speech Magenta. HEX triplet: E6, 60 and D9. RGB value is (230,96,217). Sum of RGB (Red+Green+Blue) = 230+96+217=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E660D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E660D9 is #199F26. Grayscale: #959595. Windows color (decimal): -1679143 or 14246118. OLE color: 14246118.

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

Color convert

RGB 230 96 217 -
CMYK 0 0.58 0.06 0.10
HSL 305.82º 0.73% 0.64% -
HSV(B) 305.82º 0.58% 0.9% -
XYZ 49.34 30.2 68.87 -
YUV 149.86 165.89 185.16 -
System Red Green Blue C M Y K H S L
Decimal 230 96 217 0 0.58 0.06 0.10 305.82 0.73 0.64
Hex E6 60 D9 0 3A 6 A 132 49 40
Octal 346 140 331 0 72 6 12 462 111 100
Binary 11100110 1100000 11011001 0 111010 110 1010 100110010 1001001 1000000

Color Harmonies of #E660D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E660D9

Black with #E660D9

Text Example


Text Example

White with #E660D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E660D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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