Html Css Color HEX #E354DB Free Speech Magenta

📋 copy color: '#E354DB'

red 227 ◦ green 84 ◦ blue 219

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

Shades of Free Speech Magenta #E354DB

Tints of Free Speech Magenta #E354DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.85%

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

R = 42.83%
G = 15.85%
B = 41.32%

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

#E354DB (or 0xE354DB) is known color: Free Speech Magenta. HEX triplet: E3, 54 and DB. RGB value is (227,84,219). Sum of RGB (Red+Green+Blue) = 227+84+219=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E354DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E354DB is #1CAB24. Grayscale: #8D8D8D. Windows color (decimal): -1878821 or 14374115. OLE color: 14374115.

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

Color convert

RGB 227 84 219 -
CMYK 0 0.63 0.04 0.11
HSL 303.36º 0.72% 0.61% -
HSV(B) 303.36º 0.63% 0.89% -
XYZ 47.64 27.79 69.87 -
YUV 142.15 171.38 188.52 -
System Red Green Blue C M Y K H S L
Decimal 227 84 219 0 0.63 0.04 0.11 303.36 0.72 0.61
Hex E3 54 DB 0 3F 4 B 12F 48 3D
Octal 343 124 333 0 77 4 13 457 110 75
Binary 11100011 1010100 11011011 0 111111 100 1011 100101111 1001000 111101

Color Harmonies of #E354DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E354DB

Black with #E354DB

Text Example


Text Example

White with #E354DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E354DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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