Html Css Color HEX #E45ABB Free Speech Magenta

📋 copy color: '#E45ABB'

red 228 ◦ green 90 ◦ blue 187

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

Shades of Free Speech Magenta #E45ABB

Tints of Free Speech Magenta #E45ABB

RGB

 RED value IS 228 (89.45% from 255) = 45.15%

 GREEN value IS 90 (35.55% from 255) = 17.82%

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

R = 45.15%
G = 17.82%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E45ABB (or 0xE45ABB) is known color: Free Speech Magenta. HEX triplet: E4, 5A and BB. RGB value is (228,90,187). Sum of RGB (Red+Green+Blue) = 228+90+187=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 228 - color contains mainly: red. Hex color #E45ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45ABB is #1BA544. Grayscale: #8E8E8E. Windows color (decimal): -1811781 or 12278500. OLE color: 12278500.

HSL color Cylindrical-coordinate representation of color #E45ABB: hue angle of 317.83º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45ABB is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 90 187 -
CMYK 0 0.61 0.18 0.11
HSL 317.83º 0.72% 0.62% -
HSV(B) 317.83º 0.61% 0.89% -
XYZ 44.62 27.39 49.95 -
YUV 142.32 153.22 189.11 -
System Red Green Blue C M Y K H S L
Decimal 228 90 187 0 0.61 0.18 0.11 317.83 0.72 0.62
Hex E4 5A BB 0 3D 12 B 13E 48 3E
Octal 344 132 273 0 75 22 13 476 110 76
Binary 11100100 1011010 10111011 0 111101 10010 1011 100111110 1001000 111110

Color Harmonies of #E45ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45ABB

Black with #E45ABB

Text Example


Text Example

White with #E45ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45ABB; }

 p { color: rgb(228,90,187); }

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

background-color css

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

 a { background-color: rgb(228,90,187); }

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

border-color css

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

 span { border-color: rgb(228,90,187); }

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