Html Css Color HEX #E65DD9 Free Speech Magenta

📋 copy color: '#E65DD9'

red 230 ◦ green 93 ◦ blue 217

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

Shades of Free Speech Magenta #E65DD9

Tints of Free Speech Magenta #E65DD9

RGB

 RED value IS 230 (90.23% from 255) = 42.59%

 GREEN value IS 93 (36.72% from 255) = 17.22%

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

R = 42.59%
G = 17.22%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E65DD9 (or 0xE65DD9) is known color: Free Speech Magenta. HEX triplet: E6, 5D and D9. RGB value is (230,93,217). Sum of RGB (Red+Green+Blue) = 230+93+217=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DD9 is #19A226. Grayscale: #939393. Windows color (decimal): -1679911 or 14245350. OLE color: 14245350.

HSL color Cylindrical-coordinate representation of color #E65DD9: hue angle of 305.69º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65DD9 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 93 217 -
CMYK 0 0.60 0.06 0.10
HSL 305.69º 0.73% 0.63% -
HSV(B) 305.69º 0.6% 0.9% -
XYZ 49.07 29.66 68.78 -
YUV 148.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 230 93 217 0 0.60 0.06 0.10 305.69 0.73 0.63
Hex E6 5D D9 0 3C 6 A 132 49 3F
Octal 346 135 331 0 74 6 12 462 111 77
Binary 11100110 1011101 11011001 0 111100 110 1010 100110010 1001001 111111

Color Harmonies of #E65DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DD9

Black with #E65DD9

Text Example


Text Example

White with #E65DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DD9; }

 p { color: rgb(230,93,217); }

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

background-color css

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

 a { background-color: rgb(230,93,217); }

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

border-color css

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

 span { border-color: rgb(230,93,217); }

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