Html Css Color HEX #E664DB Free Speech Magenta

📋 copy color: '#E664DB'

red 230 ◦ green 100 ◦ blue 219

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

Shades of Free Speech Magenta #E664DB

Tints of Free Speech Magenta #E664DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.21%

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 41.89%
G = 18.21%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E664DB (or 0xE664DB) is known color: Free Speech Magenta. HEX triplet: E6, 64 and DB. RGB value is (230,100,219). Sum of RGB (Red+Green+Blue) = 230+100+219=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E664DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E664DB is #199B24. Grayscale: #989898. Windows color (decimal): -1678117 or 14378214. OLE color: 14378214.

HSL color Cylindrical-coordinate representation of color #E664DB: hue angle of 305.08º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E664DB is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 100 219 -
CMYK 0 0.57 0.05 0.10
HSL 305.08º 0.72% 0.65% -
HSV(B) 305.08º 0.57% 0.9% -
XYZ 49.98 31.05 70.38 -
YUV 152.44 165.57 183.32 -
System Red Green Blue C M Y K H S L
Decimal 230 100 219 0 0.57 0.05 0.10 305.08 0.72 0.65
Hex E6 64 DB 0 39 5 A 131 48 41
Octal 346 144 333 0 71 5 12 461 110 101
Binary 11100110 1100100 11011011 0 111001 101 1010 100110001 1001000 1000001

Color Harmonies of #E664DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E664DB

Black with #E664DB

Text Example


Text Example

White with #E664DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E664DB; }

 p { color: rgb(230,100,219); }

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

background-color css

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

 a { background-color: rgb(230,100,219); }

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

border-color css

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

 span { border-color: rgb(230,100,219); }

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