Html Css Color HEX #E64ACC Free Speech Magenta

📋 copy color: '#E64ACC'

red 230 ◦ green 74 ◦ blue 204

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

Shades of Free Speech Magenta #E64ACC

Tints of Free Speech Magenta #E64ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.16%

R = 45.28%
G = 14.57%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E64ACC (or 0xE64ACC) is known color: Free Speech Magenta. HEX triplet: E6, 4A and CC. RGB value is (230,74,204). Sum of RGB (Red+Green+Blue) = 230+74+204=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64ACC is #19B533. Grayscale: #878787. Windows color (decimal): -1684788 or 13388518. OLE color: 13388518.

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

Color convert

RGB 230 74 204 -
CMYK 0 0.68 0.11 0.10
HSL 310º 0.76% 0.6% -
HSV(B) 310º 0.68% 0.9% -
XYZ 45.98 26.08 59.74 -
YUV 135.46 166.68 195.43 -
System Red Green Blue C M Y K H S L
Decimal 230 74 204 0 0.68 0.11 0.10 310 0.76 0.6
Hex E6 4A CC 0 44 B A 136 4C 3C
Octal 346 112 314 0 104 13 12 466 114 74
Binary 11100110 1001010 11001100 0 1000100 1011 1010 100110110 1001100 111100

Color Harmonies of #E64ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64ACC

Black with #E64ACC

Text Example


Text Example

White with #E64ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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