Html Css Color HEX #E360DB Free Speech Magenta

📋 copy color: '#E360DB'

red 227 ◦ green 96 ◦ blue 219

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

Shades of Free Speech Magenta #E360DB

Tints of Free Speech Magenta #E360DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.71%

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

R = 41.88%
G = 17.71%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E360DB (or 0xE360DB) is known color: Free Speech Magenta. HEX triplet: E3, 60 and DB. RGB value is (227,96,219). Sum of RGB (Red+Green+Blue) = 227+96+219=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E360DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360DB is #1C9F24. Grayscale: #949494. Windows color (decimal): -1875749 or 14377187. OLE color: 14377187.

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

Color convert

RGB 227 96 219 -
CMYK 0 0.58 0.04 0.11
HSL 303.66º 0.7% 0.63% -
HSV(B) 303.66º 0.58% 0.89% -
XYZ 48.65 29.81 70.21 -
YUV 149.19 167.4 183.5 -
System Red Green Blue C M Y K H S L
Decimal 227 96 219 0 0.58 0.04 0.11 303.66 0.7 0.63
Hex E3 60 DB 0 3A 4 B 130 46 3F
Octal 343 140 333 0 72 4 13 460 106 77
Binary 11100011 1100000 11011011 0 111010 100 1011 100110000 1000110 111111

Color Harmonies of #E360DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E360DB

Black with #E360DB

Text Example


Text Example

White with #E360DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E360DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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