Html Css Color HEX #E14CD2 Free Speech Magenta

📋 copy color: '#E14CD2'

red 225 ◦ green 76 ◦ blue 210

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

Shades of Free Speech Magenta #E14CD2

Tints of Free Speech Magenta #E14CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.1%

R = 44.03%
G = 14.87%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E14CD2 (or 0xE14CD2) is known color: Free Speech Magenta. HEX triplet: E1, 4C and D2. RGB value is (225,76,210). Sum of RGB (Red+Green+Blue) = 225+76+210=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CD2 is #1EB32D. Grayscale: #878787. Windows color (decimal): -2011950 or 13782241. OLE color: 13782241.

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

Color convert

RGB 225 76 210 -
CMYK 0 0.66 0.07 0.12
HSL 306.04º 0.71% 0.59% -
HSV(B) 306.04º 0.66% 0.88% -
XYZ 45.27 25.83 63.57 -
YUV 135.83 169.86 191.6 -
System Red Green Blue C M Y K H S L
Decimal 225 76 210 0 0.66 0.07 0.12 306.04 0.71 0.59
Hex E1 4C D2 0 42 7 C 132 47 3B
Octal 341 114 322 0 102 7 14 462 107 73
Binary 11100001 1001100 11010010 0 1000010 111 1100 100110010 1000111 111011

Color Harmonies of #E14CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CD2

Black with #E14CD2

Text Example


Text Example

White with #E14CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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