Html Css Color HEX #E65AC3 Free Speech Magenta

📋 copy color: '#E65AC3'

red 230 ◦ green 90 ◦ blue 195

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

Shades of Free Speech Magenta #E65AC3

Tints of Free Speech Magenta #E65AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 44.66%
G = 17.48%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E65AC3 (or 0xE65AC3) is known color: Free Speech Magenta. HEX triplet: E6, 5A and C3. RGB value is (230,90,195). Sum of RGB (Red+Green+Blue) = 230+90+195=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E65AC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65AC3 is #19A53C. Grayscale: #8F8F8F. Windows color (decimal): -1680701 or 12802790. OLE color: 12802790.

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

Color convert

RGB 230 90 195 -
CMYK 0 0.61 0.15 0.10
HSL 315º 0.74% 0.63% -
HSV(B) 315º 0.61% 0.9% -
XYZ 46.14 28.08 54.62 -
YUV 143.83 156.88 189.46 -
System Red Green Blue C M Y K H S L
Decimal 230 90 195 0 0.61 0.15 0.10 315 0.74 0.63
Hex E6 5A C3 0 3D F A 13B 4A 3F
Octal 346 132 303 0 75 17 12 473 112 77
Binary 11100110 1011010 11000011 0 111101 1111 1010 100111011 1001010 111111

Color Harmonies of #E65AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65AC3

Black with #E65AC3

Text Example


Text Example

White with #E65AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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