Html Css Color HEX #E666D8 Free Speech Magenta

📋 copy color: '#E666D8'

red 230 ◦ green 102 ◦ blue 216

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

Shades of Free Speech Magenta #E666D8

Tints of Free Speech Magenta #E666D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.42%

R = 41.97%
G = 18.61%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E666D8 (or 0xE666D8) is known color: Free Speech Magenta. HEX triplet: E6, 66 and D8. RGB value is (230,102,216). Sum of RGB (Red+Green+Blue) = 230+102+216=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E666D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E666D8 is #199927. Grayscale: #989898. Windows color (decimal): -1677608 or 14182118. OLE color: 14182118.

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

Color convert

RGB 230 102 216 -
CMYK 0 0.56 0.06 0.10
HSL 306.56º 0.72% 0.65% -
HSV(B) 306.56º 0.56% 0.9% -
XYZ 49.78 31.28 68.38 -
YUV 153.27 163.41 182.73 -
System Red Green Blue C M Y K H S L
Decimal 230 102 216 0 0.56 0.06 0.10 306.56 0.72 0.65
Hex E6 66 D8 0 38 6 A 133 48 41
Octal 346 146 330 0 70 6 12 463 110 101
Binary 11100110 1100110 11011000 0 111000 110 1010 100110011 1001000 1000001

Color Harmonies of #E666D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E666D8

Black with #E666D8

Text Example


Text Example

White with #E666D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E666D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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