Html Css Color HEX #E64ABC Free Speech Magenta

📋 copy color: '#E64ABC'

red 230 ◦ green 74 ◦ blue 188

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

Shades of Free Speech Magenta #E64ABC

Tints of Free Speech Magenta #E64ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.21%

R = 46.75%
G = 15.04%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E64ABC (or 0xE64ABC) is known color: Free Speech Magenta. HEX triplet: E6, 4A and BC. RGB value is (230,74,188). Sum of RGB (Red+Green+Blue) = 230+74+188=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64ABC is #19B543. Grayscale: #858585. Windows color (decimal): -1684804 or 12339942. OLE color: 12339942.

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

Color convert

RGB 230 74 188 -
CMYK 0 0.68 0.18 0.10
HSL 316.15º 0.76% 0.6% -
HSV(B) 316.15º 0.68% 0.9% -
XYZ 44.16 25.35 50.14 -
YUV 133.64 158.68 196.73 -
System Red Green Blue C M Y K H S L
Decimal 230 74 188 0 0.68 0.18 0.10 316.15 0.76 0.6
Hex E6 4A BC 0 44 12 A 13C 4C 3C
Octal 346 112 274 0 104 22 12 474 114 74
Binary 11100110 1001010 10111100 0 1000100 10010 1010 100111100 1001100 111100

Color Harmonies of #E64ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64ABC

Black with #E64ABC

Text Example


Text Example

White with #E64ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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