Html Css Color HEX #E649CC Free Speech Magenta

📋 copy color: '#E649CC'

red 230 ◦ green 73 ◦ blue 204

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

Shades of Free Speech Magenta #E649CC

Tints of Free Speech Magenta #E649CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.4%

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

R = 45.36%
G = 14.4%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E649CC (or 0xE649CC) is known color: Free Speech Magenta. HEX triplet: E6, 49 and CC. RGB value is (230,73,204). Sum of RGB (Red+Green+Blue) = 230+73+204=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E649CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649CC is #19B633. Grayscale: #868686. Windows color (decimal): -1685044 or 13388262. OLE color: 13388262.

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

Color convert

RGB 230 73 204 -
CMYK 0 0.68 0.11 0.10
HSL 309.94º 0.76% 0.59% -
HSV(B) 309.94º 0.68% 0.9% -
XYZ 45.91 25.95 59.72 -
YUV 134.88 167.01 195.85 -
System Red Green Blue C M Y K H S L
Decimal 230 73 204 0 0.68 0.11 0.10 309.94 0.76 0.59
Hex E6 49 CC 0 44 B A 136 4C 3B
Octal 346 111 314 0 104 13 12 466 114 73
Binary 11100110 1001001 11001100 0 1000100 1011 1010 100110110 1001100 111011

Color Harmonies of #E649CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E649CC

Black with #E649CC

Text Example


Text Example

White with #E649CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E649CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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