Html Css Color HEX #E340CD Free Speech Magenta

📋 copy color: '#E340CD'

red 227 ◦ green 64 ◦ blue 205

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

Shades of Free Speech Magenta #E340CD

Tints of Free Speech Magenta #E340CD

RGB

 RED value IS 227 (89.06% from 255) = 45.77%

 GREEN value IS 64 (25.39% from 255) = 12.9%

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 45.77%
G = 12.9%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E340CD (or 0xE340CD) is known color: Free Speech Magenta. HEX triplet: E3, 40 and CD. RGB value is (227,64,205). Sum of RGB (Red+Green+Blue) = 227+64+205=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 227 - color contains mainly: red. Hex color #E340CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E340CD is #1CBF32. Grayscale: #808080. Windows color (decimal): -1883955 or 13451491. OLE color: 13451491.

HSL color Cylindrical-coordinate representation of color #E340CD: hue angle of 308.1º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E340CD is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 64 205 -
CMYK 0 0.72 0.10 0.11
HSL 308.1º 0.74% 0.57% -
HSV(B) 308.1º 0.72% 0.89% -
XYZ 44.53 24.41 60.12 -
YUV 128.81 171 198.04 -
System Red Green Blue C M Y K H S L
Decimal 227 64 205 0 0.72 0.10 0.11 308.1 0.74 0.57
Hex E3 40 CD 0 48 A B 134 4A 39
Octal 343 100 315 0 110 12 13 464 112 71
Binary 11100011 1000000 11001101 0 1001000 1010 1011 100110100 1001010 111001

Color Harmonies of #E340CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E340CD

Black with #E340CD

Text Example


Text Example

White with #E340CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E340CD; }

 p { color: rgb(227,64,205); }

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

background-color css

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

 a { background-color: rgb(227,64,205); }

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

border-color css

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

 span { border-color: rgb(227,64,205); }

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