Html Css Color HEX #E14CC2 Free Speech Magenta

📋 copy color: '#E14CC2'

red 225 ◦ green 76 ◦ blue 194

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

Shades of Free Speech Magenta #E14CC2

Tints of Free Speech Magenta #E14CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.19%

R = 45.45%
G = 15.35%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E14CC2 (or 0xE14CC2) is known color: Free Speech Magenta. HEX triplet: E1, 4C and C2. RGB value is (225,76,194). Sum of RGB (Red+Green+Blue) = 225+76+194=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CC2 is #1EB33D. Grayscale: #858585. Windows color (decimal): -2011966 or 12733665. OLE color: 12733665.

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

Color convert

RGB 225 76 194 -
CMYK 0 0.66 0.14 0.12
HSL 312.48º 0.71% 0.59% -
HSV(B) 312.48º 0.66% 0.88% -
XYZ 43.37 25.07 53.59 -
YUV 134 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 225 76 194 0 0.66 0.14 0.12 312.48 0.71 0.59
Hex E1 4C C2 0 42 E C 138 47 3B
Octal 341 114 302 0 102 16 14 470 107 73
Binary 11100001 1001100 11000010 0 1000010 1110 1100 100111000 1000111 111011

Color Harmonies of #E14CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CC2

Black with #E14CC2

Text Example


Text Example

White with #E14CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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