Html Css Color HEX #E565DB Free Speech Magenta

📋 copy color: '#E565DB'

red 229 ◦ green 101 ◦ blue 219

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

Shades of Free Speech Magenta #E565DB

Tints of Free Speech Magenta #E565DB

RGB

 RED value IS 229 (89.84% from 255) = 41.71%

 GREEN value IS 101 (39.84% from 255) = 18.4%

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

R = 41.71%
G = 18.4%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E565DB (or 0xE565DB) is known color: Free Speech Magenta. HEX triplet: E5, 65 and DB. RGB value is (229,101,219). Sum of RGB (Red+Green+Blue) = 229+101+219=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E565DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E565DB is #1A9A24. Grayscale: #989898. Windows color (decimal): -1743397 or 14378469. OLE color: 14378469.

HSL color Cylindrical-coordinate representation of color #E565DB: hue angle of 304.69º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E565DB is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 101 219 -
CMYK 0 0.56 0.04 0.10
HSL 304.69º 0.71% 0.65% -
HSV(B) 304.69º 0.56% 0.9% -
XYZ 49.75 31.08 70.39 -
YUV 152.72 165.41 182.41 -
System Red Green Blue C M Y K H S L
Decimal 229 101 219 0 0.56 0.04 0.10 304.69 0.71 0.65
Hex E5 65 DB 0 38 4 A 131 47 41
Octal 345 145 333 0 70 4 12 461 107 101
Binary 11100101 1100101 11011011 0 111000 100 1010 100110001 1000111 1000001

Color Harmonies of #E565DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E565DB

Black with #E565DB

Text Example


Text Example

White with #E565DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E565DB; }

 p { color: rgb(229,101,219); }

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

background-color css

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

 a { background-color: rgb(229,101,219); }

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

border-color css

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

 span { border-color: rgb(229,101,219); }

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