Html Css Color HEX #E14FDD Free Speech Magenta

📋 copy color: '#E14FDD'

red 225 ◦ green 79 ◦ blue 221

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

Shades of Free Speech Magenta #E14FDD

Tints of Free Speech Magenta #E14FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.05%

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 42.86%
G = 15.05%
B = 42.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E14FDD (or 0xE14FDD) is known color: Free Speech Magenta. HEX triplet: E1, 4F and DD. RGB value is (225,79,221). Sum of RGB (Red+Green+Blue) = 225+79+221=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14FDD is #1EB022. Grayscale: #8A8A8A. Windows color (decimal): -2011171 or 14503905. OLE color: 14503905.

HSL color Cylindrical-coordinate representation of color #E14FDD: hue angle of 301.64º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14FDD is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 79 221 -
CMYK 0 0.65 0.02 0.12
HSL 301.64º 0.71% 0.6% -
HSV(B) 301.64º 0.65% 0.88% -
XYZ 46.9 26.82 71.11 -
YUV 138.84 174.37 189.45 -
System Red Green Blue C M Y K H S L
Decimal 225 79 221 0 0.65 0.02 0.12 301.64 0.71 0.6
Hex E1 4F DD 0 41 2 C 12E 47 3C
Octal 341 117 335 0 101 2 14 456 107 74
Binary 11100001 1001111 11011101 0 1000001 10 1100 100101110 1000111 111100

Color Harmonies of #E14FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14FDD

Black with #E14FDD

Text Example


Text Example

White with #E14FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14FDD; }

 p { color: rgb(225,79,221); }

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

background-color css

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

 a { background-color: rgb(225,79,221); }

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

border-color css

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

 span { border-color: rgb(225,79,221); }

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