Html Css Color HEX #E14CCA Free Speech Magenta

📋 copy color: '#E14CCA'

red 225 ◦ green 76 ◦ blue 202

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

Shades of Free Speech Magenta #E14CCA

Tints of Free Speech Magenta #E14CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 44.73%
G = 15.11%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E14CCA (or 0xE14CCA) is known color: Free Speech Magenta. HEX triplet: E1, 4C and CA. RGB value is (225,76,202). Sum of RGB (Red+Green+Blue) = 225+76+202=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CCA is #1EB335. Grayscale: #868686. Windows color (decimal): -2011958 or 13257953. OLE color: 13257953.

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

Color convert

RGB 225 76 202 -
CMYK 0 0.66 0.10 0.12
HSL 309.26º 0.71% 0.59% -
HSV(B) 309.26º 0.66% 0.88% -
XYZ 44.3 25.44 58.45 -
YUV 134.92 165.86 192.25 -
System Red Green Blue C M Y K H S L
Decimal 225 76 202 0 0.66 0.10 0.12 309.26 0.71 0.59
Hex E1 4C CA 0 42 A C 135 47 3B
Octal 341 114 312 0 102 12 14 465 107 73
Binary 11100001 1001100 11001010 0 1000010 1010 1100 100110101 1000111 111011

Color Harmonies of #E14CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CCA

Black with #E14CCA

Text Example


Text Example

White with #E14CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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