Html Css Color HEX #E64FC4 Free Speech Magenta

📋 copy color: '#E64FC4'

red 230 ◦ green 79 ◦ blue 196

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

Shades of Free Speech Magenta #E64FC4

Tints of Free Speech Magenta #E64FC4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.64%

 BLUE value IS 196 (76.95% from 255) = 38.81%

R = 45.54%
G = 15.64%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E64FC4 (or 0xE64FC4) is known color: Free Speech Magenta. HEX triplet: E6, 4F and C4. RGB value is (230,79,196). Sum of RGB (Red+Green+Blue) = 230+79+196=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E64FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64FC4 is #19B03B. Grayscale: #898989. Windows color (decimal): -1683516 or 12865510. OLE color: 12865510.

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

Color convert

RGB 230 79 196 -
CMYK 0 0.66 0.15 0.10
HSL 313.51º 0.75% 0.61% -
HSV(B) 313.51º 0.66% 0.9% -
XYZ 45.39 26.4 54.93 -
YUV 137.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 230 79 196 0 0.66 0.15 0.10 313.51 0.75 0.61
Hex E6 4F C4 0 42 F A 13A 4B 3D
Octal 346 117 304 0 102 17 12 472 113 75
Binary 11100110 1001111 11000100 0 1000010 1111 1010 100111010 1001011 111101

Color Harmonies of #E64FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64FC4

Black with #E64FC4

Text Example


Text Example

White with #E64FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64FC4; }

 p { color: rgb(230,79,196); }

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

background-color css

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

 a { background-color: rgb(230,79,196); }

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

border-color css

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

 span { border-color: rgb(230,79,196); }

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