Html Css Color HEX #E645D6 Free Speech Magenta

📋 copy color: '#E645D6'

red 230 ◦ green 69 ◦ blue 214

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

Shades of Free Speech Magenta #E645D6

Tints of Free Speech Magenta #E645D6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.45%

 BLUE value IS 214 (83.98% from 255) = 41.72%

R = 44.83%
G = 13.45%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E645D6 (or 0xE645D6) is known color: Free Speech Magenta. HEX triplet: E6, 45 and D6. RGB value is (230,69,214). Sum of RGB (Red+Green+Blue) = 230+69+214=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 69 (27.34% from 255 or 13.45% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E645D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E645D6 is #19BA29. Grayscale: #858585. Windows color (decimal): -1686058 or 14042598. OLE color: 14042598.

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

Color convert

RGB 230 69 214 -
CMYK 0 0.7 0.07 0.10
HSL 305.96º 0.76% 0.59% -
HSV(B) 305.96º 0.7% 0.9% -
XYZ 46.9 25.93 66.15 -
YUV 133.67 173.34 196.71 -
System Red Green Blue C M Y K H S L
Decimal 230 69 214 0 0.7 0.07 0.10 305.96 0.76 0.59
Hex E6 45 D6 0 46 7 A 132 4C 3B
Octal 346 105 326 0 106 7 12 462 114 73
Binary 11100110 1000101 11010110 0 1000110 111 1010 100110010 1001100 111011

Color Harmonies of #E645D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E645D6

Black with #E645D6

Text Example


Text Example

White with #E645D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E645D6; }

 p { color: rgb(230,69,214); }

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

background-color css

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

 a { background-color: rgb(230,69,214); }

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

border-color css

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

 span { border-color: rgb(230,69,214); }

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