Html Css Color HEX #E63FDA Free Speech Magenta

📋 copy color: '#E63FDA'

red 230 ◦ green 63 ◦ blue 218

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

Shades of Free Speech Magenta #E63FDA

Tints of Free Speech Magenta #E63FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.33%

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 45.01%
G = 12.33%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E63FDA (or 0xE63FDA) is known color: Free Speech Magenta. HEX triplet: E6, 3F and DA. RGB value is (230,63,218). Sum of RGB (Red+Green+Blue) = 230+63+218=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E63FDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63FDA is #19C025. Grayscale: #828282. Windows color (decimal): -1687590 or 14303206. OLE color: 14303206.

HSL color Cylindrical-coordinate representation of color #E63FDA: hue angle of 304.31º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63FDA is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 63 218 -
CMYK 0 0.73 0.05 0.10
HSL 304.31º 0.77% 0.57% -
HSV(B) 304.31º 0.73% 0.9% -
XYZ 47.07 25.44 68.76 -
YUV 130.6 177.33 198.9 -
System Red Green Blue C M Y K H S L
Decimal 230 63 218 0 0.73 0.05 0.10 304.31 0.77 0.57
Hex E6 3F DA 0 49 5 A 130 4D 39
Octal 346 77 332 0 111 5 12 460 115 71
Binary 11100110 111111 11011010 0 1001001 101 1010 100110000 1001101 111001

Color Harmonies of #E63FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63FDA

Black with #E63FDA

Text Example


Text Example

White with #E63FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63FDA; }

 p { color: rgb(230,63,218); }

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

background-color css

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

 a { background-color: rgb(230,63,218); }

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

border-color css

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

 span { border-color: rgb(230,63,218); }

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