Html Css Color HEX #E355DB Free Speech Magenta

📋 copy color: '#E355DB'

red 227 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #E355DB

Tints of Free Speech Magenta #E355DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.01%

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

R = 42.75%
G = 16.01%
B = 41.24%

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

#E355DB (or 0xE355DB) is known color: Free Speech Magenta. HEX triplet: E3, 55 and DB. RGB value is (227,85,219). Sum of RGB (Red+Green+Blue) = 227+85+219=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E355DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355DB is #1CAA24. Grayscale: #8E8E8E. Windows color (decimal): -1878565 or 14374371. OLE color: 14374371.

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

Color convert

RGB 227 85 219 -
CMYK 0 0.63 0.04 0.11
HSL 303.38º 0.72% 0.61% -
HSV(B) 303.38º 0.63% 0.89% -
XYZ 47.71 27.94 69.9 -
YUV 142.73 171.04 188.1 -
System Red Green Blue C M Y K H S L
Decimal 227 85 219 0 0.63 0.04 0.11 303.38 0.72 0.61
Hex E3 55 DB 0 3F 4 B 12F 48 3D
Octal 343 125 333 0 77 4 13 457 110 75
Binary 11100011 1010101 11011011 0 111111 100 1011 100101111 1001000 111101

Color Harmonies of #E355DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E355DB

Black with #E355DB

Text Example


Text Example

White with #E355DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E355DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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