Html Css Color HEX #E14CC7 Free Speech Magenta

📋 copy color: '#E14CC7'

red 225 ◦ green 76 ◦ blue 199

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

Shades of Free Speech Magenta #E14CC7

Tints of Free Speech Magenta #E14CC7

RGB

 RED value IS 225 (88.28% from 255) = 45%

 GREEN value IS 76 (30.08% from 255) = 15.2%

 BLUE value IS 199 (78.13% from 255) = 39.8%

R = 45%
G = 15.2%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E14CC7 (or 0xE14CC7) is known color: Free Speech Magenta. HEX triplet: E1, 4C and C7. RGB value is (225,76,199). Sum of RGB (Red+Green+Blue) = 225+76+199=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CC7 is #1EB338. Grayscale: #868686. Windows color (decimal): -2011961 or 13061345. OLE color: 13061345.

HSL color Cylindrical-coordinate representation of color #E14CC7: hue angle of 310.47º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14CC7 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 76 199 -
CMYK 0 0.66 0.12 0.12
HSL 310.47º 0.71% 0.59% -
HSV(B) 310.47º 0.66% 0.88% -
XYZ 43.94 25.3 56.6 -
YUV 134.57 164.36 192.5 -
System Red Green Blue C M Y K H S L
Decimal 225 76 199 0 0.66 0.12 0.12 310.47 0.71 0.59
Hex E1 4C C7 0 42 C C 136 47 3B
Octal 341 114 307 0 102 14 14 466 107 73
Binary 11100001 1001100 11000111 0 1000010 1100 1100 100110110 1000111 111011

Color Harmonies of #E14CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CC7

Black with #E14CC7

Text Example


Text Example

White with #E14CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CC7; }

 p { color: rgb(225,76,199); }

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

background-color css

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

 a { background-color: rgb(225,76,199); }

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

border-color css

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

 span { border-color: rgb(225,76,199); }

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