Html Css Color HEX #E669DB Free Speech Magenta

📋 copy color: '#E669DB'

red 230 ◦ green 105 ◦ blue 219

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

Shades of Free Speech Magenta #E669DB

Tints of Free Speech Magenta #E669DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.95%

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

R = 41.52%
G = 18.95%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E669DB (or 0xE669DB) is known color: Free Speech Magenta. HEX triplet: E6, 69 and DB. RGB value is (230,105,219). Sum of RGB (Red+Green+Blue) = 230+105+219=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E669DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669DB is #199624. Grayscale: #9B9B9B. Windows color (decimal): -1676837 or 14379494. OLE color: 14379494.

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

Color convert

RGB 230 105 219 -
CMYK 0 0.54 0.05 0.10
HSL 305.28º 0.71% 0.66% -
HSV(B) 305.28º 0.54% 0.9% -
XYZ 50.47 32.04 70.54 -
YUV 155.37 163.91 181.23 -
System Red Green Blue C M Y K H S L
Decimal 230 105 219 0 0.54 0.05 0.10 305.28 0.71 0.66
Hex E6 69 DB 0 36 5 A 131 47 42
Octal 346 151 333 0 66 5 12 461 107 102
Binary 11100110 1101001 11011011 0 110110 101 1010 100110001 1000111 1000010

Color Harmonies of #E669DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E669DB

Black with #E669DB

Text Example


Text Example

White with #E669DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E669DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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