Html Css Color HEX #E664C7 Free Speech Magenta

📋 copy color: '#E664C7'

red 230 ◦ green 100 ◦ blue 199

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

Shades of Free Speech Magenta #E664C7

Tints of Free Speech Magenta #E664C7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.9%

 BLUE value IS 199 (78.13% from 255) = 37.62%

R = 43.48%
G = 18.9%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E664C7 (or 0xE664C7) is known color: Free Speech Magenta. HEX triplet: E6, 64 and C7. RGB value is (230,100,199). Sum of RGB (Red+Green+Blue) = 230+100+199=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E664C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E664C7 is #199B38. Grayscale: #959595. Windows color (decimal): -1678137 or 13067494. OLE color: 13067494.

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

Color convert

RGB 230 100 199 -
CMYK 0 0.57 0.13 0.10
HSL 314.31º 0.72% 0.65% -
HSV(B) 314.31º 0.57% 0.9% -
XYZ 47.5 30.06 57.33 -
YUV 150.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 230 100 199 0 0.57 0.13 0.10 314.31 0.72 0.65
Hex E6 64 C7 0 39 D A 13A 48 41
Octal 346 144 307 0 71 15 12 472 110 101
Binary 11100110 1100100 11000111 0 111001 1101 1010 100111010 1001000 1000001

Color Harmonies of #E664C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E664C7

Black with #E664C7

Text Example


Text Example

White with #E664C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E664C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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