Html Css Color HEX #E666DF Free Speech Magenta

📋 copy color: '#E666DF'

red 230 ◦ green 102 ◦ blue 223

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

Shades of Free Speech Magenta #E666DF

Tints of Free Speech Magenta #E666DF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.38%

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 41.44%
G = 18.38%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E666DF (or 0xE666DF) is known color: Free Speech Magenta. HEX triplet: E6, 66 and DF. RGB value is (230,102,223). Sum of RGB (Red+Green+Blue) = 230+102+223=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E666DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E666DF is #199920. Grayscale: #999999. Windows color (decimal): -1677601 or 14640870. OLE color: 14640870.

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

Color convert

RGB 230 102 223 -
CMYK 0 0.56 0.03 0.10
HSL 303.28º 0.72% 0.65% -
HSV(B) 303.28º 0.56% 0.9% -
XYZ 50.7 31.65 73.25 -
YUV 154.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 230 102 223 0 0.56 0.03 0.10 303.28 0.72 0.65
Hex E6 66 DF 0 38 3 A 12F 48 41
Octal 346 146 337 0 70 3 12 457 110 101
Binary 11100110 1100110 11011111 0 111000 11 1010 100101111 1001000 1000001

Color Harmonies of #E666DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E666DF

Black with #E666DF

Text Example


Text Example

White with #E666DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E666DF; }

 p { color: rgb(230,102,223); }

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

background-color css

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

 a { background-color: rgb(230,102,223); }

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

border-color css

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

 span { border-color: rgb(230,102,223); }

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