Html Css Color HEX #E14DBA Free Speech Magenta

📋 copy color: '#E14DBA'

red 225 ◦ green 77 ◦ blue 186

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

Shades of Free Speech Magenta #E14DBA

Tints of Free Speech Magenta #E14DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 46.11%
G = 15.78%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E14DBA (or 0xE14DBA) is known color: Free Speech Magenta. HEX triplet: E1, 4D and BA. RGB value is (225,77,186). Sum of RGB (Red+Green+Blue) = 225+77+186=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DBA is #1EB245. Grayscale: #858585. Windows color (decimal): -2011718 or 12209633. OLE color: 12209633.

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

Color convert

RGB 225 77 186 -
CMYK 0 0.66 0.17 0.12
HSL 315.81º 0.71% 0.59% -
HSV(B) 315.81º 0.66% 0.88% -
XYZ 42.57 24.86 49.01 -
YUV 133.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 225 77 186 0 0.66 0.17 0.12 315.81 0.71 0.59
Hex E1 4D BA 0 42 11 C 13C 47 3B
Octal 341 115 272 0 102 21 14 474 107 73
Binary 11100001 1001101 10111010 0 1000010 10001 1100 100111100 1000111 111011

Color Harmonies of #E14DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DBA

Black with #E14DBA

Text Example


Text Example

White with #E14DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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