Html Css Color HEX #E64CCC Free Speech Magenta

📋 copy color: '#E64CCC'

red 230 ◦ green 76 ◦ blue 204

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

Shades of Free Speech Magenta #E64CCC

Tints of Free Speech Magenta #E64CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.9%

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

R = 45.1%
G = 14.9%
B = 40%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E64CCC (or 0xE64CCC) is known color: Free Speech Magenta. HEX triplet: E6, 4C and CC. RGB value is (230,76,204). Sum of RGB (Red+Green+Blue) = 230+76+204=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E64CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64CCC is #19B333. Grayscale: #888888. Windows color (decimal): -1684276 or 13389030. OLE color: 13389030.

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

Color convert

RGB 230 76 204 -
CMYK 0 0.67 0.11 0.10
HSL 310.13º 0.75% 0.6% -
HSV(B) 310.13º 0.67% 0.9% -
XYZ 46.12 26.35 59.78 -
YUV 136.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 230 76 204 0 0.67 0.11 0.10 310.13 0.75 0.6
Hex E6 4C CC 0 43 B A 136 4B 3C
Octal 346 114 314 0 103 13 12 466 113 74
Binary 11100110 1001100 11001100 0 1000011 1011 1010 100110110 1001011 111100

Color Harmonies of #E64CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64CCC

Black with #E64CCC

Text Example


Text Example

White with #E64CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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