Html Css Color HEX #E14ABB Free Speech Magenta

📋 copy color: '#E14ABB'

red 225 ◦ green 74 ◦ blue 187

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

Shades of Free Speech Magenta #E14ABB

Tints of Free Speech Magenta #E14ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.23%

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 46.3%
G = 15.23%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E14ABB (or 0xE14ABB) is known color: Free Speech Magenta. HEX triplet: E1, 4A and BB. RGB value is (225,74,187). Sum of RGB (Red+Green+Blue) = 225+74+187=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E14ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14ABB is #1EB544. Grayscale: #838383. Windows color (decimal): -2012485 or 12274401. OLE color: 12274401.

HSL color Cylindrical-coordinate representation of color #E14ABB: hue angle of 315.1º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14ABB is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 74 187 -
CMYK 0 0.67 0.17 0.12
HSL 315.1º 0.72% 0.59% -
HSV(B) 315.1º 0.67% 0.88% -
XYZ 42.47 24.49 49.5 -
YUV 132.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 225 74 187 0 0.67 0.17 0.12 315.1 0.72 0.59
Hex E1 4A BB 0 43 11 C 13B 48 3B
Octal 341 112 273 0 103 21 14 473 110 73
Binary 11100001 1001010 10111011 0 1000011 10001 1100 100111011 1001000 111011

Color Harmonies of #E14ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14ABB

Black with #E14ABB

Text Example


Text Example

White with #E14ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14ABB; }

 p { color: rgb(225,74,187); }

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

background-color css

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

 a { background-color: rgb(225,74,187); }

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

border-color css

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

 span { border-color: rgb(225,74,187); }

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