Html Css Color HEX #E664CC Free Speech Magenta

📋 copy color: '#E664CC'

red 230 ◦ green 100 ◦ blue 204

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

Shades of Free Speech Magenta #E664CC

Tints of Free Speech Magenta #E664CC

RGB

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

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

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

R = 43.07%
G = 18.73%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E664CC (or 0xE664CC) is known color: Free Speech Magenta. HEX triplet: E6, 64 and CC. RGB value is (230,100,204). Sum of RGB (Red+Green+Blue) = 230+100+204=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E664CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E664CC is #199B33. Grayscale: #969696. Windows color (decimal): -1678132 or 13395174. OLE color: 13395174.

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

Color convert

RGB 230 100 204 -
CMYK 0 0.57 0.11 0.10
HSL 312º 0.72% 0.65% -
HSV(B) 312º 0.57% 0.9% -
XYZ 48.09 30.3 60.44 -
YUV 150.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 230 100 204 0 0.57 0.11 0.10 312 0.72 0.65
Hex E6 64 CC 0 39 B A 138 48 41
Octal 346 144 314 0 71 13 12 470 110 101
Binary 11100110 1100100 11001100 0 111001 1011 1010 100111000 1001000 1000001

Color Harmonies of #E664CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E664CC

Black with #E664CC

Text Example


Text Example

White with #E664CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E664CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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