Html Css Color HEX #E661DA Free Speech Magenta

📋 copy color: '#E661DA'

red 230 ◦ green 97 ◦ blue 218

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

Shades of Free Speech Magenta #E661DA

Tints of Free Speech Magenta #E661DA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.8%

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

R = 42.2%
G = 17.8%
B = 40%

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

#E661DA (or 0xE661DA) is known color: Free Speech Magenta. HEX triplet: E6, 61 and DA. RGB value is (230,97,218). Sum of RGB (Red+Green+Blue) = 230+97+218=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E661DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E661DA is #199E25. Grayscale: #969696. Windows color (decimal): -1678886 or 14311910. OLE color: 14311910.

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

Color convert

RGB 230 97 218 -
CMYK 0 0.58 0.05 0.10
HSL 305.41º 0.73% 0.64% -
HSV(B) 305.41º 0.58% 0.9% -
XYZ 49.56 30.43 69.59 -
YUV 150.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 230 97 218 0 0.58 0.05 0.10 305.41 0.73 0.64
Hex E6 61 DA 0 3A 5 A 131 49 40
Octal 346 141 332 0 72 5 12 461 111 100
Binary 11100110 1100001 11011010 0 111010 101 1010 100110001 1001001 1000000

Color Harmonies of #E661DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E661DA

Black with #E661DA

Text Example


Text Example

White with #E661DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E661DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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