Html Css Color HEX #E65ADA Free Speech Magenta

📋 copy color: '#E65ADA'

red 230 ◦ green 90 ◦ blue 218

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

Shades of Free Speech Magenta #E65ADA

Tints of Free Speech Magenta #E65ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 42.75%
G = 16.73%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E65ADA (or 0xE65ADA) is known color: Free Speech Magenta. HEX triplet: E6, 5A and DA. RGB value is (230,90,218). Sum of RGB (Red+Green+Blue) = 230+90+218=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E65ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65ADA is #19A525. Grayscale: #929292. Windows color (decimal): -1680678 or 14310118. OLE color: 14310118.

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

Color convert

RGB 230 90 218 -
CMYK 0 0.61 0.05 0.10
HSL 305.14º 0.74% 0.63% -
HSV(B) 305.14º 0.61% 0.9% -
XYZ 48.94 29.2 69.39 -
YUV 146.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 230 90 218 0 0.61 0.05 0.10 305.14 0.74 0.63
Hex E6 5A DA 0 3D 5 A 131 4A 3F
Octal 346 132 332 0 75 5 12 461 112 77
Binary 11100110 1011010 11011010 0 111101 101 1010 100110001 1001010 111111

Color Harmonies of #E65ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65ADA

Black with #E65ADA

Text Example


Text Example

White with #E65ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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