#e664e0

Color #E664E0 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E664E0

Tints of Free Speech Magenta #E664E0

Color information

#E664E0 (or 0xE664E0) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 64 and E0. RGB value is (230,100,224). Sum of RGB (Red+Green+Blue) = 230+100+224=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E664E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E664E0 is #199B1F. Grayscale: #989898. Windows color (decimal): -1678112 or 14705894. OLE color: 14705894.

HSL color Cylindrical-coordinate representation of color #E664E0: hue angle of 302.77º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E664E0 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230100224-
CMYK00.570.030.10
HSL302.77º72.22%64.71%-
HSV(B)302.77º56.52%90.2%-
XYZ50.6431.3273.9-
YUV153.01168.07182.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.52%
GREEN value IS 100 (39.45% from 255) = 18.05%
BLUE value IS 224 (87.89% from 255) = 40.43%
R=41.52%
G=18.05%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010022400.570.030.10302.7772.2264.71
HexE664E00393A12f4841
Octal346144340071312457110101
Binary11100110110010011100000011100111101010010111110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e664e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e664e0; }

 p { color: rgb(230,100,224); }

 H1.HeaderClassName
 {
   color: #e664e0;
 }
 .AnyTagClassName
 {
   color: #e664e0;
 }
</style>
background-color css

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

 a { background-color: rgb(230,100,224); }

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

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

 span { border-color: rgb(230,100,224); }

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