Html Css Color HEX #E338DA Free Speech Magenta

📋 copy color: '#E338DA'

red 227 ◦ green 56 ◦ blue 218

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

Shades of Free Speech Magenta #E338DA

Tints of Free Speech Magenta #E338DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 45.31%
G = 11.18%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E338DA (or 0xE338DA) is known color: Free Speech Magenta. HEX triplet: E3, 38 and DA. RGB value is (227,56,218). Sum of RGB (Red+Green+Blue) = 227+56+218=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 56 (22.27% from 255 or 11.18% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E338DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E338DA is #1CC725. Grayscale: #7D7D7D. Windows color (decimal): -1885990 or 14301411. OLE color: 14301411.

HSL color Cylindrical-coordinate representation of color #E338DA: hue angle of 303.16º 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 #E338DA is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 56 218 -
CMYK 0 0.75 0.04 0.11
HSL 303.16º 0.75% 0.55% -
HSV(B) 303.16º 0.75% 0.89% -
XYZ 45.75 24.22 68.59 -
YUV 125.6 180.15 200.33 -
System Red Green Blue C M Y K H S L
Decimal 227 56 218 0 0.75 0.04 0.11 303.16 0.75 0.55
Hex E3 38 DA 0 4B 4 B 12F 4B 37
Octal 343 70 332 0 113 4 13 457 113 67
Binary 11100011 111000 11011010 0 1001011 100 1011 100101111 1001011 110111

Color Harmonies of #E338DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E338DA

Black with #E338DA

Text Example


Text Example

White with #E338DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E338DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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