Html Css Color HEX #E44CCD Free Speech Magenta

📋 copy color: '#E44CCD'

red 228 ◦ green 76 ◦ blue 205

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

Shades of Free Speech Magenta #E44CCD

Tints of Free Speech Magenta #E44CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.93%

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 44.79%
G = 14.93%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E44CCD (or 0xE44CCD) is known color: Free Speech Magenta. HEX triplet: E4, 4C and CD. RGB value is (228,76,205). Sum of RGB (Red+Green+Blue) = 228+76+205=509 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.79% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 228 - color contains mainly: red. Hex color #E44CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44CCD is #1BB332. Grayscale: #878787. Windows color (decimal): -1815347 or 13454564. OLE color: 13454564.

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

Color convert

RGB 228 76 205 -
CMYK 0 0.67 0.10 0.11
HSL 309.08º 0.74% 0.6% -
HSV(B) 309.08º 0.67% 0.89% -
XYZ 45.6 26.07 60.39 -
YUV 136.15 166.86 193.51 -
System Red Green Blue C M Y K H S L
Decimal 228 76 205 0 0.67 0.10 0.11 309.08 0.74 0.6
Hex E4 4C CD 0 43 A B 135 4A 3C
Octal 344 114 315 0 103 12 13 465 112 74
Binary 11100100 1001100 11001101 0 1000011 1010 1011 100110101 1001010 111100

Color Harmonies of #E44CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44CCD

Black with #E44CCD

Text Example


Text Example

White with #E44CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44CCD; }

 p { color: rgb(228,76,205); }

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

background-color css

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

 a { background-color: rgb(228,76,205); }

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

border-color css

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

 span { border-color: rgb(228,76,205); }

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