Html Css Color HEX #E642DA Free Speech Magenta

📋 copy color: '#E642DA'

red 230 ◦ green 66 ◦ blue 218

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

Shades of Free Speech Magenta #E642DA

Tints of Free Speech Magenta #E642DA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.84%

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

R = 44.75%
G = 12.84%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E642DA (or 0xE642DA) is known color: Free Speech Magenta. HEX triplet: E6, 42 and DA. RGB value is (230,66,218). Sum of RGB (Red+Green+Blue) = 230+66+218=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 66 (26.17% from 255 or 12.84% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E642DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E642DA is #19BD25. Grayscale: #838383. Windows color (decimal): -1686822 or 14303974. OLE color: 14303974.

HSL color Cylindrical-coordinate representation of color #E642DA: hue angle of 304.39º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E642DA is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 66 218 -
CMYK 0 0.71 0.05 0.10
HSL 304.39º 0.77% 0.58% -
HSV(B) 304.39º 0.71% 0.9% -
XYZ 47.24 25.78 68.82 -
YUV 132.36 176.33 197.64 -
System Red Green Blue C M Y K H S L
Decimal 230 66 218 0 0.71 0.05 0.10 304.39 0.77 0.58
Hex E6 42 DA 0 47 5 A 130 4D 3A
Octal 346 102 332 0 107 5 12 460 115 72
Binary 11100110 1000010 11011010 0 1000111 101 1010 100110000 1001101 111010

Color Harmonies of #E642DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E642DA

Black with #E642DA

Text Example


Text Example

White with #E642DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E642DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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