Html Css Color HEX #E65DD8 Free Speech Magenta

📋 copy color: '#E65DD8'

red 230 ◦ green 93 ◦ blue 216

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

Shades of Free Speech Magenta #E65DD8

Tints of Free Speech Magenta #E65DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 42.67%
G = 17.25%
B = 40.07%

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

#E65DD8 (or 0xE65DD8) is known color: Free Speech Magenta. HEX triplet: E6, 5D and D8. RGB value is (230,93,216). Sum of RGB (Red+Green+Blue) = 230+93+216=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DD8 is #19A227. Grayscale: #939393. Windows color (decimal): -1679912 or 14179814. OLE color: 14179814.

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

Color convert

RGB 230 93 216 -
CMYK 0 0.60 0.06 0.10
HSL 306.13º 0.73% 0.63% -
HSV(B) 306.13º 0.6% 0.9% -
XYZ 48.94 29.61 68.1 -
YUV 147.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 230 93 216 0 0.60 0.06 0.10 306.13 0.73 0.63
Hex E6 5D D8 0 3C 6 A 132 49 3F
Octal 346 135 330 0 74 6 12 462 111 77
Binary 11100110 1011101 11011000 0 111100 110 1010 100110010 1001001 111111

Color Harmonies of #E65DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DD8

Black with #E65DD8

Text Example


Text Example

White with #E65DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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