Html Css Color HEX #E63DF5 Free Speech Magenta

📋 copy color: '#E63DF5'

red 230 ◦ green 61 ◦ blue 245

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

Shades of Free Speech Magenta #E63DF5

Tints of Free Speech Magenta #E63DF5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.38%

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

R = 42.91%
G = 11.38%
B = 45.71%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E63DF5 (or 0xE63DF5) is known color: Free Speech Magenta. HEX triplet: E6, 3D and F5. RGB value is (230,61,245). Sum of RGB (Red+Green+Blue) = 230+61+245=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 61 (24.22% from 255 or 11.38% from 536); Blue value is 245 (96.09% from 255 or 45.71% from 536); Max value from RGB is 245 - color contains mainly: blue. Hex color #E63DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63DF5 is #19C20A. Grayscale: #838383. Windows color (decimal): -1688075 or 16072166. OLE color: 16072166.

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

Color convert

RGB 230 61 245 -
CMYK 0.06 0.75 0 0.04
HSL 295.11º 0.9% 0.6% -
HSV(B) 295.11º 0.75% 0.96% -
XYZ 50.78 26.75 88.87 -
YUV 132.51 191.49 197.54 -
System Red Green Blue C M Y K H S L
Decimal 230 61 245 0.06 0.75 0 0.04 295.11 0.9 0.6
Hex E6 3D F5 6 4B 0 4 127 5A 3C
Octal 346 75 365 6 113 0 4 447 132 74
Binary 11100110 111101 11110101 110 1001011 0 100 100100111 1011010 111100

Color Harmonies of #E63DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63DF5

Black with #E63DF5

Text Example


Text Example

White with #E63DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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