Html Css Color HEX #E65ED8 Free Speech Magenta

📋 copy color: '#E65ED8'

red 230 ◦ green 94 ◦ blue 216

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

Shades of Free Speech Magenta #E65ED8

Tints of Free Speech Magenta #E65ED8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.41%

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

R = 42.59%
G = 17.41%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E65ED8 (or 0xE65ED8) is known color: Free Speech Magenta. HEX triplet: E6, 5E and D8. RGB value is (230,94,216). Sum of RGB (Red+Green+Blue) = 230+94+216=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E65ED8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65ED8 is #19A127. Grayscale: #949494. Windows color (decimal): -1679656 or 14180070. OLE color: 14180070.

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

Color convert

RGB 230 94 216 -
CMYK 0 0.59 0.06 0.10
HSL 306.18º 0.73% 0.64% -
HSV(B) 306.18º 0.59% 0.9% -
XYZ 49.03 29.79 68.13 -
YUV 148.57 166.06 186.08 -
System Red Green Blue C M Y K H S L
Decimal 230 94 216 0 0.59 0.06 0.10 306.18 0.73 0.64
Hex E6 5E D8 0 3B 6 A 132 49 40
Octal 346 136 330 0 73 6 12 462 111 100
Binary 11100110 1011110 11011000 0 111011 110 1010 100110010 1001001 1000000

Color Harmonies of #E65ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65ED8

Black with #E65ED8

Text Example


Text Example

White with #E65ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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