Html Css Color HEX #E338DD Free Speech Magenta

📋 copy color: '#E338DD'

red 227 ◦ green 56 ◦ blue 221

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

Shades of Free Speech Magenta #E338DD

Tints of Free Speech Magenta #E338DD

RGB

 RED value IS 227 (89.06% from 255) = 45.04%

 GREEN value IS 56 (22.27% from 255) = 11.11%

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

R = 45.04%
G = 11.11%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E338DD (or 0xE338DD) is known color: Free Speech Magenta. HEX triplet: E3, 38 and DD. RGB value is (227,56,221). Sum of RGB (Red+Green+Blue) = 227+56+221=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E338DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E338DD is #1CC722. Grayscale: #7D7D7D. Windows color (decimal): -1885987 or 14498019. OLE color: 14498019.

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

Color convert

RGB 227 56 221 -
CMYK 0 0.75 0.03 0.11
HSL 302.11º 0.75% 0.55% -
HSV(B) 302.11º 0.75% 0.89% -
XYZ 46.14 24.38 70.68 -
YUV 125.94 181.65 200.08 -
System Red Green Blue C M Y K H S L
Decimal 227 56 221 0 0.75 0.03 0.11 302.11 0.75 0.55
Hex E3 38 DD 0 4B 3 B 12E 4B 37
Octal 343 70 335 0 113 3 13 456 113 67
Binary 11100011 111000 11011101 0 1001011 11 1011 100101110 1001011 110111

Color Harmonies of #E338DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E338DD

Black with #E338DD

Text Example


Text Example

White with #E338DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E338DD; }

 p { color: rgb(227,56,221); }

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

background-color css

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

 a { background-color: rgb(227,56,221); }

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

border-color css

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

 span { border-color: rgb(227,56,221); }

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