Html Css Color HEX #E64ABF Free Speech Magenta

📋 copy color: '#E64ABF'

red 230 ◦ green 74 ◦ blue 191

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

Shades of Free Speech Magenta #E64ABF

Tints of Free Speech Magenta #E64ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.95%

 BLUE value IS 191 (75% from 255) = 38.59%

R = 46.46%
G = 14.95%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E64ABF (or 0xE64ABF) is known color: Free Speech Magenta. HEX triplet: E6, 4A and BF. RGB value is (230,74,191). Sum of RGB (Red+Green+Blue) = 230+74+191=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ABF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64ABF is #19B540. Grayscale: #858585. Windows color (decimal): -1684801 or 12536550. OLE color: 12536550.

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

Color convert

RGB 230 74 191 -
CMYK 0 0.68 0.17 0.10
HSL 315º 0.76% 0.6% -
HSV(B) 315º 0.68% 0.9% -
XYZ 44.49 25.48 51.86 -
YUV 133.98 160.18 196.49 -
System Red Green Blue C M Y K H S L
Decimal 230 74 191 0 0.68 0.17 0.10 315 0.76 0.6
Hex E6 4A BF 0 44 11 A 13B 4C 3C
Octal 346 112 277 0 104 21 12 473 114 74
Binary 11100110 1001010 10111111 0 1000100 10001 1010 100111011 1001100 111100

Color Harmonies of #E64ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64ABF

Black with #E64ABF

Text Example


Text Example

White with #E64ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64ABF; }

 p { color: rgb(230,74,191); }

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

background-color css

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

 a { background-color: rgb(230,74,191); }

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

border-color css

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

 span { border-color: rgb(230,74,191); }

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