Html Css Color HEX #E14CC3 Free Speech Magenta

📋 copy color: '#E14CC3'

red 225 ◦ green 76 ◦ blue 195

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

Shades of Free Speech Magenta #E14CC3

Tints of Free Speech Magenta #E14CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.31%

R = 45.36%
G = 15.32%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E14CC3 (or 0xE14CC3) is known color: Free Speech Magenta. HEX triplet: E1, 4C and C3. RGB value is (225,76,195). Sum of RGB (Red+Green+Blue) = 225+76+195=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CC3 is #1EB33C. Grayscale: #858585. Windows color (decimal): -2011965 or 12799201. OLE color: 12799201.

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

Color convert

RGB 225 76 195 -
CMYK 0 0.66 0.13 0.12
HSL 312.08º 0.71% 0.59% -
HSV(B) 312.08º 0.66% 0.88% -
XYZ 43.49 25.12 54.19 -
YUV 134.12 162.36 192.82 -
System Red Green Blue C M Y K H S L
Decimal 225 76 195 0 0.66 0.13 0.12 312.08 0.71 0.59
Hex E1 4C C3 0 42 D C 138 47 3B
Octal 341 114 303 0 102 15 14 470 107 73
Binary 11100001 1001100 11000011 0 1000010 1101 1100 100111000 1000111 111011

Color Harmonies of #E14CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CC3

Black with #E14CC3

Text Example


Text Example

White with #E14CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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