Html Css Color HEX #E14DEE Free Speech Magenta

📋 copy color: '#E14DEE'

red 225 ◦ green 77 ◦ blue 238

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

Shades of Free Speech Magenta #E14DEE

Tints of Free Speech Magenta #E14DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.26%

 BLUE value IS 238 (93.36% from 255) = 44.07%

R = 41.67%
G = 14.26%
B = 44.07%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E14DEE (or 0xE14DEE) is known color: Free Speech Magenta. HEX triplet: E1, 4D and EE. RGB value is (225,77,238). Sum of RGB (Red+Green+Blue) = 225+77+238=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 77 (30.47% from 255 or 14.26% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #E14DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14DEE is #1EB211. Grayscale: #8B8B8B. Windows color (decimal): -2011666 or 15617505. OLE color: 15617505.

HSL color Cylindrical-coordinate representation of color #E14DEE: hue angle of 295.16º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14DEE is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 77 238 -
CMYK 0.05 0.68 0 0.07
HSL 295.16º 0.83% 0.62% -
HSV(B) 295.16º 0.68% 0.93% -
XYZ 49.14 27.49 83.6 -
YUV 139.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 225 77 238 0.05 0.68 0 0.07 295.16 0.83 0.62
Hex E1 4D EE 5 44 0 7 127 53 3E
Octal 341 115 356 5 104 0 7 447 123 76
Binary 11100001 1001101 11101110 101 1000100 0 111 100100111 1010011 111110

Color Harmonies of #E14DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DEE

Black with #E14DEE

Text Example


Text Example

White with #E14DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DEE; }

 p { color: rgb(225,77,238); }

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

background-color css

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

 a { background-color: rgb(225,77,238); }

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

border-color css

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

 span { border-color: rgb(225,77,238); }

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