Html Css Color HEX #E43FDD Free Speech Magenta

📋 copy color: '#E43FDD'

red 228 ◦ green 63 ◦ blue 221

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

Shades of Free Speech Magenta #E43FDD

Tints of Free Speech Magenta #E43FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 12.3%

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 44.53%
G = 12.3%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E43FDD (or 0xE43FDD) is known color: Free Speech Magenta. HEX triplet: E4, 3F and DD. RGB value is (228,63,221). Sum of RGB (Red+Green+Blue) = 228+63+221=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E43FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E43FDD is #1BC022. Grayscale: #818181. Windows color (decimal): -1818659 or 14499812. OLE color: 14499812.

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

Color convert

RGB 228 63 221 -
CMYK 0 0.72 0.03 0.11
HSL 302.55º 0.75% 0.57% -
HSV(B) 302.55º 0.72% 0.89% -
XYZ 46.82 25.27 70.82 -
YUV 130.35 179.16 197.65 -
System Red Green Blue C M Y K H S L
Decimal 228 63 221 0 0.72 0.03 0.11 302.55 0.75 0.57
Hex E4 3F DD 0 48 3 B 12F 4B 39
Octal 344 77 335 0 110 3 13 457 113 71
Binary 11100100 111111 11011101 0 1001000 11 1011 100101111 1001011 111001

Color Harmonies of #E43FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E43FDD

Black with #E43FDD

Text Example


Text Example

White with #E43FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E43FDD; }

 p { color: rgb(228,63,221); }

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

background-color css

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

 a { background-color: rgb(228,63,221); }

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

border-color css

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

 span { border-color: rgb(228,63,221); }

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