Html Css Color HEX #E353DB Free Speech Magenta

📋 copy color: '#E353DB'

red 227 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #E353DB

Tints of Free Speech Magenta #E353DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.69%

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

R = 42.91%
G = 15.69%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E353DB (or 0xE353DB) is known color: Free Speech Magenta. HEX triplet: E3, 53 and DB. RGB value is (227,83,219). Sum of RGB (Red+Green+Blue) = 227+83+219=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E353DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E353DB is #1CAC24. Grayscale: #8D8D8D. Windows color (decimal): -1879077 or 14373859. OLE color: 14373859.

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

Color convert

RGB 227 83 219 -
CMYK 0 0.63 0.04 0.11
HSL 303.33º 0.72% 0.61% -
HSV(B) 303.33º 0.63% 0.89% -
XYZ 47.56 27.63 69.84 -
YUV 141.56 171.71 188.94 -
System Red Green Blue C M Y K H S L
Decimal 227 83 219 0 0.63 0.04 0.11 303.33 0.72 0.61
Hex E3 53 DB 0 3F 4 B 12F 48 3D
Octal 343 123 333 0 77 4 13 457 110 75
Binary 11100011 1010011 11011011 0 111111 100 1011 100101111 1001000 111101

Color Harmonies of #E353DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E353DB

Black with #E353DB

Text Example


Text Example

White with #E353DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E353DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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