Html Css Color HEX #E63FD4 Free Speech Magenta

📋 copy color: '#E63FD4'

red 230 ◦ green 63 ◦ blue 212

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

Shades of Free Speech Magenta #E63FD4

Tints of Free Speech Magenta #E63FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.98%

R = 45.54%
G = 12.48%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E63FD4 (or 0xE63FD4) is known color: Free Speech Magenta. HEX triplet: E6, 3F and D4. RGB value is (230,63,212). Sum of RGB (Red+Green+Blue) = 230+63+212=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E63FD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63FD4 is #19C02B. Grayscale: #818181. Windows color (decimal): -1687596 or 13909990. OLE color: 13909990.

HSL color Cylindrical-coordinate representation of color #E63FD4: hue angle of 306.47º 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 #E63FD4 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 63 212 -
CMYK 0 0.73 0.08 0.10
HSL 306.47º 0.77% 0.57% -
HSV(B) 306.47º 0.73% 0.9% -
XYZ 46.29 25.13 64.7 -
YUV 129.92 174.33 199.38 -
System Red Green Blue C M Y K H S L
Decimal 230 63 212 0 0.73 0.08 0.10 306.47 0.77 0.57
Hex E6 3F D4 0 49 8 A 132 4D 39
Octal 346 77 324 0 111 10 12 462 115 71
Binary 11100110 111111 11010100 0 1001001 1000 1010 100110010 1001101 111001

Color Harmonies of #E63FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63FD4

Black with #E63FD4

Text Example


Text Example

White with #E63FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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