Html Css Color HEX #E649DB Free Speech Magenta

📋 copy color: '#E649DB'

red 230 ◦ green 73 ◦ blue 219

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

Shades of Free Speech Magenta #E649DB

Tints of Free Speech Magenta #E649DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.98%

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

R = 44.06%
G = 13.98%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E649DB (or 0xE649DB) is known color: Free Speech Magenta. HEX triplet: E6, 49 and DB. RGB value is (230,73,219). Sum of RGB (Red+Green+Blue) = 230+73+219=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E649DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649DB is #19B624. Grayscale: #888888. Windows color (decimal): -1685029 or 14371302. OLE color: 14371302.

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

Color convert

RGB 230 73 219 -
CMYK 0 0.68 0.05 0.10
HSL 304.2º 0.76% 0.59% -
HSV(B) 304.2º 0.68% 0.9% -
XYZ 47.8 26.7 69.65 -
YUV 136.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 230 73 219 0 0.68 0.05 0.10 304.2 0.76 0.59
Hex E6 49 DB 0 44 5 A 130 4C 3B
Octal 346 111 333 0 104 5 12 460 114 73
Binary 11100110 1001001 11011011 0 1000100 101 1010 100110000 1001100 111011

Color Harmonies of #E649DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E649DB

Black with #E649DB

Text Example


Text Example

White with #E649DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E649DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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