Html Css Color HEX #E565D9 Free Speech Magenta

📋 copy color: '#E565D9'

red 229 ◦ green 101 ◦ blue 217

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

Shades of Free Speech Magenta #E565D9

Tints of Free Speech Magenta #E565D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.67%

R = 41.86%
G = 18.46%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E565D9 (or 0xE565D9) is known color: Free Speech Magenta. HEX triplet: E5, 65 and D9. RGB value is (229,101,217). Sum of RGB (Red+Green+Blue) = 229+101+217=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E565D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E565D9 is #1A9A26. Grayscale: #989898. Windows color (decimal): -1743399 or 14247397. OLE color: 14247397.

HSL color Cylindrical-coordinate representation of color #E565D9: hue angle of 305.62º 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 #E565D9 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 101 217 -
CMYK 0 0.56 0.05 0.10
HSL 305.63º 0.71% 0.65% -
HSV(B) 305.63º 0.56% 0.9% -
XYZ 49.49 30.98 69.02 -
YUV 152.5 164.41 182.57 -
System Red Green Blue C M Y K H S L
Decimal 229 101 217 0 0.56 0.05 0.10 305.63 0.71 0.65
Hex E5 65 D9 0 38 5 A 132 47 41
Octal 345 145 331 0 70 5 12 462 107 101
Binary 11100101 1100101 11011001 0 111000 101 1010 100110010 1000111 1000001

Color Harmonies of #E565D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E565D9

Black with #E565D9

Text Example


Text Example

White with #E565D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E565D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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