Html Css Color HEX #E64ABB Free Speech Magenta

📋 copy color: '#E64ABB'

red 230 ◦ green 74 ◦ blue 187

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

Shades of Free Speech Magenta #E64ABB

Tints of Free Speech Magenta #E64ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 46.84%
G = 15.07%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E64ABB (or 0xE64ABB) is known color: Free Speech Magenta. HEX triplet: E6, 4A and BB. RGB value is (230,74,187). Sum of RGB (Red+Green+Blue) = 230+74+187=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64ABB is #19B544. Grayscale: #858585. Windows color (decimal): -1684805 or 12274406. OLE color: 12274406.

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

Color convert

RGB 230 74 187 -
CMYK 0 0.68 0.19 0.10
HSL 316.54º 0.76% 0.6% -
HSV(B) 316.54º 0.68% 0.9% -
XYZ 44.05 25.31 49.58 -
YUV 133.53 158.18 196.81 -
System Red Green Blue C M Y K H S L
Decimal 230 74 187 0 0.68 0.19 0.10 316.54 0.76 0.6
Hex E6 4A BB 0 44 13 A 13D 4C 3C
Octal 346 112 273 0 104 23 12 475 114 74
Binary 11100110 1001010 10111011 0 1000100 10011 1010 100111101 1001100 111100

Color Harmonies of #E64ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64ABB

Black with #E64ABB

Text Example


Text Example

White with #E64ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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