Html Css Color HEX #E44BBD Free Speech Magenta

📋 copy color: '#E44BBD'

red 228 ◦ green 75 ◦ blue 189

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

Shades of Free Speech Magenta #E44BBD

Tints of Free Speech Magenta #E44BBD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.24%

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 46.34%
G = 15.24%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E44BBD (or 0xE44BBD) is known color: Free Speech Magenta. HEX triplet: E4, 4B and BD. RGB value is (228,75,189). Sum of RGB (Red+Green+Blue) = 228+75+189=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E44BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44BBD is #1BB442. Grayscale: #858585. Windows color (decimal): -1815619 or 12405732. OLE color: 12405732.

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

Color convert

RGB 228 75 189 -
CMYK 0 0.67 0.17 0.11
HSL 315.29º 0.74% 0.59% -
HSV(B) 315.29º 0.67% 0.89% -
XYZ 43.7 25.2 50.71 -
YUV 133.74 159.19 195.23 -
System Red Green Blue C M Y K H S L
Decimal 228 75 189 0 0.67 0.17 0.11 315.29 0.74 0.59
Hex E4 4B BD 0 43 11 B 13B 4A 3B
Octal 344 113 275 0 103 21 13 473 112 73
Binary 11100100 1001011 10111101 0 1000011 10001 1011 100111011 1001010 111011

Color Harmonies of #E44BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44BBD

Black with #E44BBD

Text Example


Text Example

White with #E44BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44BBD; }

 p { color: rgb(228,75,189); }

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

background-color css

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

 a { background-color: rgb(228,75,189); }

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

border-color css

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

 span { border-color: rgb(228,75,189); }

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