Html Css Color HEX #E668DA Free Speech Magenta

📋 copy color: '#E668DA'

red 230 ◦ green 104 ◦ blue 218

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

Shades of Free Speech Magenta #E668DA

Tints of Free Speech Magenta #E668DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 41.67%
G = 18.84%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E668DA (or 0xE668DA) is known color: Free Speech Magenta. HEX triplet: E6, 68 and DA. RGB value is (230,104,218). Sum of RGB (Red+Green+Blue) = 230+104+218=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E668DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668DA is #199725. Grayscale: #9A9A9A. Windows color (decimal): -1677094 or 14313702. OLE color: 14313702.

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

Color convert

RGB 230 104 218 -
CMYK 0 0.55 0.05 0.10
HSL 305.71º 0.72% 0.65% -
HSV(B) 305.71º 0.55% 0.9% -
XYZ 50.24 31.79 69.82 -
YUV 154.67 163.74 181.73 -
System Red Green Blue C M Y K H S L
Decimal 230 104 218 0 0.55 0.05 0.10 305.71 0.72 0.65
Hex E6 68 DA 0 37 5 A 132 48 41
Octal 346 150 332 0 67 5 12 462 110 101
Binary 11100110 1101000 11011010 0 110111 101 1010 100110010 1001000 1000001

Color Harmonies of #E668DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E668DA

Black with #E668DA

Text Example


Text Example

White with #E668DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E668DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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