Html Css Color HEX #E338DB Free Speech Magenta

📋 copy color: '#E338DB'

red 227 ◦ green 56 ◦ blue 219

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

Shades of Free Speech Magenta #E338DB

Tints of Free Speech Magenta #E338DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 45.22%
G = 11.16%
B = 43.63%

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

#E338DB (or 0xE338DB) is known color: Free Speech Magenta. HEX triplet: E3, 38 and DB. RGB value is (227,56,219). Sum of RGB (Red+Green+Blue) = 227+56+219=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E338DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E338DB is #1CC724. Grayscale: #7D7D7D. Windows color (decimal): -1885989 or 14366947. OLE color: 14366947.

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

Color convert

RGB 227 56 219 -
CMYK 0 0.75 0.04 0.11
HSL 302.81º 0.75% 0.55% -
HSV(B) 302.81º 0.75% 0.89% -
XYZ 45.88 24.27 69.29 -
YUV 125.71 180.65 200.25 -
System Red Green Blue C M Y K H S L
Decimal 227 56 219 0 0.75 0.04 0.11 302.81 0.75 0.55
Hex E3 38 DB 0 4B 4 B 12F 4B 37
Octal 343 70 333 0 113 4 13 457 113 67
Binary 11100011 111000 11011011 0 1001011 100 1011 100101111 1001011 110111

Color Harmonies of #E338DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E338DB

Black with #E338DB

Text Example


Text Example

White with #E338DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E338DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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