Html Css Color HEX #E65AD9 Free Speech Magenta

📋 copy color: '#E65AD9'

red 230 ◦ green 90 ◦ blue 217

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

Shades of Free Speech Magenta #E65AD9

Tints of Free Speech Magenta #E65AD9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.76%

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

R = 42.83%
G = 16.76%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E65AD9 (or 0xE65AD9) is known color: Free Speech Magenta. HEX triplet: E6, 5A and D9. RGB value is (230,90,217). Sum of RGB (Red+Green+Blue) = 230+90+217=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E65AD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65AD9 is #19A526. Grayscale: #919191. Windows color (decimal): -1680679 or 14244582. OLE color: 14244582.

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

Color convert

RGB 230 90 217 -
CMYK 0 0.61 0.06 0.10
HSL 305.57º 0.74% 0.63% -
HSV(B) 305.57º 0.61% 0.9% -
XYZ 48.81 29.15 68.7 -
YUV 146.34 167.88 187.67 -
System Red Green Blue C M Y K H S L
Decimal 230 90 217 0 0.61 0.06 0.10 305.57 0.74 0.63
Hex E6 5A D9 0 3D 6 A 132 4A 3F
Octal 346 132 331 0 75 6 12 462 112 77
Binary 11100110 1011010 11011001 0 111101 110 1010 100110010 1001010 111111

Color Harmonies of #E65AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65AD9

Black with #E65AD9

Text Example


Text Example

White with #E65AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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