Html Css Color HEX #E64CD6 Free Speech Magenta

📋 copy color: '#E64CD6'

red 230 ◦ green 76 ◦ blue 214

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

Shades of Free Speech Magenta #E64CD6

Tints of Free Speech Magenta #E64CD6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.62%

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

R = 44.23%
G = 14.62%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E64CD6 (or 0xE64CD6) is known color: Free Speech Magenta. HEX triplet: E6, 4C and D6. RGB value is (230,76,214). Sum of RGB (Red+Green+Blue) = 230+76+214=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E64CD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64CD6 is #19B329. Grayscale: #898989. Windows color (decimal): -1684266 or 14044390. OLE color: 14044390.

HSL color Cylindrical-coordinate representation of color #E64CD6: hue angle of 306.23º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64CD6 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 76 214 -
CMYK 0 0.67 0.07 0.10
HSL 306.23º 0.75% 0.6% -
HSV(B) 306.23º 0.67% 0.9% -
XYZ 47.36 26.85 66.3 -
YUV 137.78 171.02 193.78 -
System Red Green Blue C M Y K H S L
Decimal 230 76 214 0 0.67 0.07 0.10 306.23 0.75 0.6
Hex E6 4C D6 0 43 7 A 132 4B 3C
Octal 346 114 326 0 103 7 12 462 113 74
Binary 11100110 1001100 11010110 0 1000011 111 1010 100110010 1001011 111100

Color Harmonies of #E64CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64CD6

Black with #E64CD6

Text Example


Text Example

White with #E64CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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