Html Css Color HEX #E14CC0 Free Speech Magenta

📋 copy color: '#E14CC0'

red 225 ◦ green 76 ◦ blue 192

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

Shades of Free Speech Magenta #E14CC0

Tints of Free Speech Magenta #E14CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.95%

R = 45.64%
G = 15.42%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E14CC0 (or 0xE14CC0) is known color: Free Speech Magenta. HEX triplet: E1, 4C and C0. RGB value is (225,76,192). Sum of RGB (Red+Green+Blue) = 225+76+192=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CC0 is #1EB33F. Grayscale: #858585. Windows color (decimal): -2011968 or 12602593. OLE color: 12602593.

HSL color Cylindrical-coordinate representation of color #E14CC0: hue angle of 313.29º 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 #E14CC0 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 76 192 -
CMYK 0 0.66 0.15 0.12
HSL 313.29º 0.71% 0.59% -
HSV(B) 313.29º 0.66% 0.88% -
XYZ 43.15 24.98 52.42 -
YUV 133.78 160.86 193.07 -
System Red Green Blue C M Y K H S L
Decimal 225 76 192 0 0.66 0.15 0.12 313.29 0.71 0.59
Hex E1 4C C0 0 42 F C 139 47 3B
Octal 341 114 300 0 102 17 14 471 107 73
Binary 11100001 1001100 11000000 0 1000010 1111 1100 100111001 1000111 111011

Color Harmonies of #E14CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CC0

Black with #E14CC0

Text Example


Text Example

White with #E14CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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