Html Css Color HEX #E660DA Free Speech Magenta

📋 copy color: '#E660DA'

red 230 ◦ green 96 ◦ blue 218

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

Shades of Free Speech Magenta #E660DA

Tints of Free Speech Magenta #E660DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 42.28%
G = 17.65%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E660DA (or 0xE660DA) is known color: Free Speech Magenta. HEX triplet: E6, 60 and DA. RGB value is (230,96,218). Sum of RGB (Red+Green+Blue) = 230+96+218=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E660DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E660DA is #199F25. Grayscale: #959595. Windows color (decimal): -1679142 or 14311654. OLE color: 14311654.

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

Color convert

RGB 230 96 218 -
CMYK 0 0.58 0.05 0.10
HSL 305.37º 0.73% 0.64% -
HSV(B) 305.37º 0.58% 0.9% -
XYZ 49.47 30.25 69.56 -
YUV 149.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 230 96 218 0 0.58 0.05 0.10 305.37 0.73 0.64
Hex E6 60 DA 0 3A 5 A 131 49 40
Octal 346 140 332 0 72 5 12 461 111 100
Binary 11100110 1100000 11011010 0 111010 101 1010 100110001 1001001 1000000

Color Harmonies of #E660DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E660DA

Black with #E660DA

Text Example


Text Example

White with #E660DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E660DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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