Html Css Color HEX #E340CC Free Speech Magenta

📋 copy color: '#E340CC'

red 227 ◦ green 64 ◦ blue 204

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

Shades of Free Speech Magenta #E340CC

Tints of Free Speech Magenta #E340CC

RGB

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

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

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

R = 45.86%
G = 12.93%
B = 41.21%

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

#E340CC (or 0xE340CC) is known color: Free Speech Magenta. HEX triplet: E3, 40 and CC. RGB value is (227,64,204). Sum of RGB (Red+Green+Blue) = 227+64+204=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E340CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E340CC is #1CBF33. Grayscale: #808080. Windows color (decimal): -1883956 or 13385955. OLE color: 13385955.

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

Color convert

RGB 227 64 204 -
CMYK 0 0.72 0.10 0.11
HSL 308.47º 0.74% 0.57% -
HSV(B) 308.47º 0.72% 0.89% -
XYZ 44.41 24.36 59.49 -
YUV 128.7 170.5 198.12 -
System Red Green Blue C M Y K H S L
Decimal 227 64 204 0 0.72 0.10 0.11 308.47 0.74 0.57
Hex E3 40 CC 0 48 A B 134 4A 39
Octal 343 100 314 0 110 12 13 464 112 71
Binary 11100011 1000000 11001100 0 1001000 1010 1011 100110100 1001010 111001

Color Harmonies of #E340CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E340CC

Black with #E340CC

Text Example


Text Example

White with #E340CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E340CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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