Html Css Color HEX #E63DF9 Free Speech Magenta

📋 copy color: '#E63DF9'

red 230 ◦ green 61 ◦ blue 249

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

Shades of Free Speech Magenta #E63DF9

Tints of Free Speech Magenta #E63DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.11%

R = 42.59%
G = 11.3%
B = 46.11%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E63DF9 (or 0xE63DF9) is known color: Free Speech Magenta. HEX triplet: E6, 3D and F9. RGB value is (230,61,249). Sum of RGB (Red+Green+Blue) = 230+61+249=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 61 (24.22% from 255 or 11.30% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #E63DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63DF9 is #19C206. Grayscale: #848484. Windows color (decimal): -1688071 or 16334310. OLE color: 16334310.

HSL color Cylindrical-coordinate representation of color #E63DF9: hue angle of 293.94º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E63DF9 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 61 249 -
CMYK 0.08 0.76 0 0.02
HSL 293.94º 0.94% 0.61% -
HSV(B) 293.94º 0.76% 0.98% -
XYZ 51.4 27 92.12 -
YUV 132.96 193.49 197.21 -
System Red Green Blue C M Y K H S L
Decimal 230 61 249 0.08 0.76 0 0.02 293.94 0.94 0.61
Hex E6 3D F9 8 4C 0 2 126 5E 3D
Octal 346 75 371 10 114 0 2 446 136 75
Binary 11100110 111101 11111001 1000 1001100 0 10 100100110 1011110 111101

Color Harmonies of #E63DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63DF9

Black with #E63DF9

Text Example


Text Example

White with #E63DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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