Html Css Color HEX #E649D4 Free Speech Magenta

📋 copy color: '#E649D4'

red 230 ◦ green 73 ◦ blue 212

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

Shades of Free Speech Magenta #E649D4

Tints of Free Speech Magenta #E649D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.17%

R = 44.66%
G = 14.17%
B = 41.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E649D4 (or 0xE649D4) is known color: Free Speech Magenta. HEX triplet: E6, 49 and D4. RGB value is (230,73,212). Sum of RGB (Red+Green+Blue) = 230+73+212=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E649D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649D4 is #19B62B. Grayscale: #878787. Windows color (decimal): -1685036 or 13912550. OLE color: 13912550.

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

Color convert

RGB 230 73 212 -
CMYK 0 0.68 0.08 0.10
HSL 306.88º 0.76% 0.59% -
HSV(B) 306.88º 0.68% 0.9% -
XYZ 46.9 26.34 64.9 -
YUV 135.79 171.01 195.2 -
System Red Green Blue C M Y K H S L
Decimal 230 73 212 0 0.68 0.08 0.10 306.88 0.76 0.59
Hex E6 49 D4 0 44 8 A 133 4C 3B
Octal 346 111 324 0 104 10 12 463 114 73
Binary 11100110 1001001 11010100 0 1000100 1000 1010 100110011 1001100 111011

Color Harmonies of #E649D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E649D4

Black with #E649D4

Text Example


Text Example

White with #E649D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E649D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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