Html Css Color HEX #E65CF1 Free Speech Magenta

📋 copy color: '#E65CF1'

red 230 ◦ green 92 ◦ blue 241

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

Shades of Free Speech Magenta #E65CF1

Tints of Free Speech Magenta #E65CF1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.34%

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

R = 40.85%
G = 16.34%
B = 42.81%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E65CF1 (or 0xE65CF1) is known color: Free Speech Magenta. HEX triplet: E6, 5C and F1. RGB value is (230,92,241). Sum of RGB (Red+Green+Blue) = 230+92+241=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 92 (36.33% from 255 or 16.34% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #E65CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65CF1 is #19A30E. Grayscale: #959595. Windows color (decimal): -1680143 or 15817958. OLE color: 15817958.

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

Color convert

RGB 230 92 241 -
CMYK 0.05 0.62 0 0.05
HSL 295.57º 0.84% 0.65% -
HSV(B) 295.57º 0.62% 0.95% -
XYZ 52.34 30.83 86.41 -
YUV 150.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 230 92 241 0.05 0.62 0 0.05 295.57 0.84 0.65
Hex E6 5C F1 5 3E 0 5 128 54 41
Octal 346 134 361 5 76 0 5 450 124 101
Binary 11100110 1011100 11110001 101 111110 0 101 100101000 1010100 1000001

Color Harmonies of #E65CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65CF1

Black with #E65CF1

Text Example


Text Example

White with #E65CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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