Html Css Color HEX #E65DF1 Free Speech Magenta

📋 copy color: '#E65DF1'

red 230 ◦ green 93 ◦ blue 241

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

Shades of Free Speech Magenta #E65DF1

Tints of Free Speech Magenta #E65DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.49%

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

R = 40.78%
G = 16.49%
B = 42.73%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E65DF1 (or 0xE65DF1) is known color: Free Speech Magenta. HEX triplet: E6, 5D and F1. RGB value is (230,93,241). Sum of RGB (Red+Green+Blue) = 230+93+241=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 93 (36.72% from 255 or 16.49% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #E65DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65DF1 is #19A20E. Grayscale: #969696. Windows color (decimal): -1679887 or 15818214. OLE color: 15818214.

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

Color convert

RGB 230 93 241 -
CMYK 0.05 0.61 0 0.05
HSL 295.54º 0.84% 0.65% -
HSV(B) 295.54º 0.61% 0.95% -
XYZ 52.42 31 86.44 -
YUV 150.84 178.89 184.47 -
System Red Green Blue C M Y K H S L
Decimal 230 93 241 0.05 0.61 0 0.05 295.54 0.84 0.65
Hex E6 5D F1 5 3D 0 5 128 54 41
Octal 346 135 361 5 75 0 5 450 124 101
Binary 11100110 1011101 11110001 101 111101 0 101 100101000 1010100 1000001

Color Harmonies of #E65DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DF1

Black with #E65DF1

Text Example


Text Example

White with #E65DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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