Html Css Color HEX #E642D6 Free Speech Magenta

📋 copy color: '#E642D6'

red 230 ◦ green 66 ◦ blue 214

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

Shades of Free Speech Magenta #E642D6

Tints of Free Speech Magenta #E642D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.96%

R = 45.1%
G = 12.94%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E642D6 (or 0xE642D6) is known color: Free Speech Magenta. HEX triplet: E6, 42 and D6. RGB value is (230,66,214). Sum of RGB (Red+Green+Blue) = 230+66+214=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 66 (26.17% from 255 or 12.94% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E642D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E642D6 is #19BD29. Grayscale: #838383. Windows color (decimal): -1686826 or 14041830. OLE color: 14041830.

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

Color convert

RGB 230 66 214 -
CMYK 0 0.71 0.07 0.10
HSL 305.85º 0.77% 0.58% -
HSV(B) 305.85º 0.71% 0.9% -
XYZ 46.72 25.57 66.09 -
YUV 131.91 174.33 197.97 -
System Red Green Blue C M Y K H S L
Decimal 230 66 214 0 0.71 0.07 0.10 305.85 0.77 0.58
Hex E6 42 D6 0 47 7 A 132 4D 3A
Octal 346 102 326 0 107 7 12 462 115 72
Binary 11100110 1000010 11010110 0 1000111 111 1010 100110010 1001101 111010

Color Harmonies of #E642D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E642D6

Black with #E642D6

Text Example


Text Example

White with #E642D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E642D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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