Html Css Color HEX #E14CDA Free Speech Magenta

📋 copy color: '#E14CDA'

red 225 ◦ green 76 ◦ blue 218

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

Shades of Free Speech Magenta #E14CDA

Tints of Free Speech Magenta #E14CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 43.35%
G = 14.64%
B = 42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E14CDA (or 0xE14CDA) is known color: Free Speech Magenta. HEX triplet: E1, 4C and DA. RGB value is (225,76,218). Sum of RGB (Red+Green+Blue) = 225+76+218=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CDA is #1EB325. Grayscale: #888888. Windows color (decimal): -2011942 or 14306529. OLE color: 14306529.

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

Color convert

RGB 225 76 218 -
CMYK 0 0.66 0.03 0.12
HSL 302.82º 0.71% 0.59% -
HSV(B) 302.82º 0.66% 0.88% -
XYZ 46.29 26.24 68.95 -
YUV 136.74 173.86 190.95 -
System Red Green Blue C M Y K H S L
Decimal 225 76 218 0 0.66 0.03 0.12 302.82 0.71 0.59
Hex E1 4C DA 0 42 3 C 12F 47 3B
Octal 341 114 332 0 102 3 14 457 107 73
Binary 11100001 1001100 11011010 0 1000010 11 1100 100101111 1000111 111011

Color Harmonies of #E14CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CDA

Black with #E14CDA

Text Example


Text Example

White with #E14CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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