Html Css Color HEX #E668D9 Free Speech Magenta

📋 copy color: '#E668D9'

red 230 ◦ green 104 ◦ blue 217

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

Shades of Free Speech Magenta #E668D9

Tints of Free Speech Magenta #E668D9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.87%

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

R = 41.74%
G = 18.87%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E668D9 (or 0xE668D9) is known color: Free Speech Magenta. HEX triplet: E6, 68 and D9. RGB value is (230,104,217). Sum of RGB (Red+Green+Blue) = 230+104+217=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E668D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668D9 is #199726. Grayscale: #9A9A9A. Windows color (decimal): -1677095 or 14248166. OLE color: 14248166.

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

Color convert

RGB 230 104 217 -
CMYK 0 0.55 0.06 0.10
HSL 306.19º 0.72% 0.65% -
HSV(B) 306.19º 0.55% 0.9% -
XYZ 50.11 31.73 69.13 -
YUV 154.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 230 104 217 0 0.55 0.06 0.10 306.19 0.72 0.65
Hex E6 68 D9 0 37 6 A 132 48 41
Octal 346 150 331 0 67 6 12 462 110 101
Binary 11100110 1101000 11011001 0 110111 110 1010 100110010 1001000 1000001

Color Harmonies of #E668D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E668D9

Black with #E668D9

Text Example


Text Example

White with #E668D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E668D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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