Html Css Color HEX #E65AF1 Free Speech Magenta

📋 copy color: '#E65AF1'

red 230 ◦ green 90 ◦ blue 241

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

Shades of Free Speech Magenta #E65AF1

Tints of Free Speech Magenta #E65AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.96%

R = 41%
G = 16.04%
B = 42.96%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E65AF1 (or 0xE65AF1) is known color: Free Speech Magenta. HEX triplet: E6, 5A and F1. RGB value is (230,90,241). Sum of RGB (Red+Green+Blue) = 230+90+241=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 90 (35.55% from 255 or 16.04% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #E65AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65AF1 is #19A50E. Grayscale: #949494. Windows color (decimal): -1680655 or 15817446. OLE color: 15817446.

HSL color Cylindrical-coordinate representation of color #E65AF1: hue angle of 295.63º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65AF1 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 90 241 -
CMYK 0.05 0.63 0 0.05
HSL 295.63º 0.84% 0.65% -
HSV(B) 295.63º 0.63% 0.95% -
XYZ 52.17 30.49 86.35 -
YUV 149.07 179.88 185.72 -
System Red Green Blue C M Y K H S L
Decimal 230 90 241 0.05 0.63 0 0.05 295.63 0.84 0.65
Hex E6 5A F1 5 3F 0 5 128 54 41
Octal 346 132 361 5 77 0 5 450 124 101
Binary 11100110 1011010 11110001 101 111111 0 101 100101000 1010100 1000001

Color Harmonies of #E65AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65AF1

Black with #E65AF1

Text Example


Text Example

White with #E65AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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