Html Css Color HEX #E14DBB Free Speech Magenta

📋 copy color: '#E14DBB'

red 225 ◦ green 77 ◦ blue 187

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

Shades of Free Speech Magenta #E14DBB

Tints of Free Speech Magenta #E14DBB

RGB

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

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

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

R = 46.01%
G = 15.75%
B = 38.24%

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

#E14DBB (or 0xE14DBB) is known color: Free Speech Magenta. HEX triplet: E1, 4D and BB. RGB value is (225,77,187). Sum of RGB (Red+Green+Blue) = 225+77+187=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DBB is #1EB244. Grayscale: #858585. Windows color (decimal): -2011717 or 12275169. OLE color: 12275169.

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

Color convert

RGB 225 77 187 -
CMYK 0 0.66 0.17 0.12
HSL 315.41º 0.71% 0.59% -
HSV(B) 315.41º 0.66% 0.88% -
XYZ 42.67 24.9 49.57 -
YUV 133.79 158.03 193.06 -
System Red Green Blue C M Y K H S L
Decimal 225 77 187 0 0.66 0.17 0.12 315.41 0.71 0.59
Hex E1 4D BB 0 42 11 C 13B 47 3B
Octal 341 115 273 0 102 21 14 473 107 73
Binary 11100001 1001101 10111011 0 1000010 10001 1100 100111011 1000111 111011

Color Harmonies of #E14DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DBB

Black with #E14DBB

Text Example


Text Example

White with #E14DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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