Html Css Color HEX #E651F5 Free Speech Magenta

📋 copy color: '#E651F5'

red 230 ◦ green 81 ◦ blue 245

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

Shades of Free Speech Magenta #E651F5

Tints of Free Speech Magenta #E651F5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.57%

 BLUE value IS 245 (96.09% from 255) = 44.06%

R = 41.37%
G = 14.57%
B = 44.06%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E651F5 (or 0xE651F5) is known color: Free Speech Magenta. HEX triplet: E6, 51 and F5. RGB value is (230,81,245). Sum of RGB (Red+Green+Blue) = 230+81+245=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 81 (32.03% from 255 or 14.57% from 556); Blue value is 245 (96.09% from 255 or 44.06% from 556); Max value from RGB is 245 - color contains mainly: blue. Hex color #E651F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E651F5 is #19AE0A. Grayscale: #8F8F8F. Windows color (decimal): -1682955 or 16077286. OLE color: 16077286.

HSL color Cylindrical-coordinate representation of color #E651F5: hue angle of 294.51º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E651F5 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 81 245 -
CMYK 0.06 0.67 0 0.04
HSL 294.51º 0.89% 0.64% -
HSV(B) 294.51º 0.67% 0.96% -
XYZ 52.06 29.3 89.3 -
YUV 144.25 184.86 189.16 -
System Red Green Blue C M Y K H S L
Decimal 230 81 245 0.06 0.67 0 0.04 294.51 0.89 0.64
Hex E6 51 F5 6 43 0 4 127 59 40
Octal 346 121 365 6 103 0 4 447 131 100
Binary 11100110 1010001 11110101 110 1000011 0 100 100100111 1011001 1000000

Color Harmonies of #E651F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E651F5

Black with #E651F5

Text Example


Text Example

White with #E651F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E651F5; }

 p { color: rgb(230,81,245); }

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

background-color css

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

 a { background-color: rgb(230,81,245); }

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

border-color css

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

 span { border-color: rgb(230,81,245); }

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