Html Css Color HEX #E669D9 Free Speech Magenta

📋 copy color: '#E669D9'

red 230 ◦ green 105 ◦ blue 217

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

Shades of Free Speech Magenta #E669D9

Tints of Free Speech Magenta #E669D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.31%

R = 41.67%
G = 19.02%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E669D9 (or 0xE669D9) is known color: Free Speech Magenta. HEX triplet: E6, 69 and D9. RGB value is (230,105,217). Sum of RGB (Red+Green+Blue) = 230+105+217=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E669D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669D9 is #199626. Grayscale: #9A9A9A. Windows color (decimal): -1676839 or 14248422. OLE color: 14248422.

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

Color convert

RGB 230 105 217 -
CMYK 0 0.54 0.06 0.10
HSL 306.24º 0.71% 0.66% -
HSV(B) 306.24º 0.54% 0.9% -
XYZ 50.21 31.94 69.16 -
YUV 155.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 230 105 217 0 0.54 0.06 0.10 306.24 0.71 0.66
Hex E6 69 D9 0 36 6 A 132 47 42
Octal 346 151 331 0 66 6 12 462 107 102
Binary 11100110 1101001 11011001 0 110110 110 1010 100110010 1000111 1000010

Color Harmonies of #E669D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E669D9

Black with #E669D9

Text Example


Text Example

White with #E669D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E669D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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