Html Css Color HEX #E65AC5 Free Speech Magenta

📋 copy color: '#E65AC5'

red 230 ◦ green 90 ◦ blue 197

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

Shades of Free Speech Magenta #E65AC5

Tints of Free Speech Magenta #E65AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.1%

R = 44.49%
G = 17.41%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E65AC5 (or 0xE65AC5) is known color: Free Speech Magenta. HEX triplet: E6, 5A and C5. RGB value is (230,90,197). Sum of RGB (Red+Green+Blue) = 230+90+197=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E65AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65AC5 is #19A53A. Grayscale: #8F8F8F. Windows color (decimal): -1680699 or 12933862. OLE color: 12933862.

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

Color convert

RGB 230 90 197 -
CMYK 0 0.61 0.14 0.10
HSL 314.14º 0.74% 0.63% -
HSV(B) 314.14º 0.61% 0.9% -
XYZ 46.37 28.17 55.82 -
YUV 144.06 157.88 189.3 -
System Red Green Blue C M Y K H S L
Decimal 230 90 197 0 0.61 0.14 0.10 314.14 0.74 0.63
Hex E6 5A C5 0 3D E A 13A 4A 3F
Octal 346 132 305 0 75 16 12 472 112 77
Binary 11100110 1011010 11000101 0 111101 1110 1010 100111010 1001010 111111

Color Harmonies of #E65AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65AC5

Black with #E65AC5

Text Example


Text Example

White with #E65AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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