Html Css Color HEX #E14CCC Free Speech Magenta

📋 copy color: '#E14CCC'

red 225 ◦ green 76 ◦ blue 204

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

Shades of Free Speech Magenta #E14CCC

Tints of Free Speech Magenta #E14CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 44.55%
G = 15.05%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E14CCC (or 0xE14CCC) is known color: Free Speech Magenta. HEX triplet: E1, 4C and CC. RGB value is (225,76,204). Sum of RGB (Red+Green+Blue) = 225+76+204=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CCC is #1EB333. Grayscale: #868686. Windows color (decimal): -2011956 or 13389025. OLE color: 13389025.

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

Color convert

RGB 225 76 204 -
CMYK 0 0.66 0.09 0.12
HSL 308.46º 0.71% 0.59% -
HSV(B) 308.46º 0.66% 0.88% -
XYZ 44.53 25.54 59.71 -
YUV 135.14 166.86 192.09 -
System Red Green Blue C M Y K H S L
Decimal 225 76 204 0 0.66 0.09 0.12 308.46 0.71 0.59
Hex E1 4C CC 0 42 9 C 134 47 3B
Octal 341 114 314 0 102 11 14 464 107 73
Binary 11100001 1001100 11001100 0 1000010 1001 1100 100110100 1000111 111011

Color Harmonies of #E14CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CCC

Black with #E14CCC

Text Example


Text Example

White with #E14CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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